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