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