#[repr(transparent)]pub struct Gpcnt0Val(pub u32);Expand description
General Purpose Counter 0 Timeout Value
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gpcnt0Val
impl Eq for Gpcnt0Val
impl StructuralPartialEq for Gpcnt0Val
Auto Trait Implementations§
impl Freeze for Gpcnt0Val
impl RefUnwindSafe for Gpcnt0Val
impl Send for Gpcnt0Val
impl Sync for Gpcnt0Val
impl Unpin for Gpcnt0Val
impl UnwindSafe for Gpcnt0Val
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