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