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