Struct POOL_TYPE
#[repr(transparent)]pub struct POOL_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for POOL_TYPE
impl Eq for POOL_TYPE
impl StructuralPartialEq for POOL_TYPE
Auto Trait Implementations§
impl Freeze for POOL_TYPE
impl RefUnwindSafe for POOL_TYPE
impl Send for POOL_TYPE
impl Sync for POOL_TYPE
impl Unpin for POOL_TYPE
impl UnwindSafe for POOL_TYPE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more