Struct PTP_POOL
#[repr(transparent)]pub struct PTP_POOL(pub isize);
Tuple Fields§
§0: isize
Implementations§
§impl PTP_POOL
impl PTP_POOL
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for PTP_POOL
impl Eq for PTP_POOL
impl StructuralPartialEq for PTP_POOL
Auto Trait Implementations§
impl Freeze for PTP_POOL
impl RefUnwindSafe for PTP_POOL
impl Send for PTP_POOL
impl Sync for PTP_POOL
impl Unpin for PTP_POOL
impl UnwindSafe for PTP_POOL
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