#[repr(transparent)]pub struct Tgsr(pub u32);Expand description
Timer Global Status Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tgsr
impl Eq for Tgsr
impl StructuralPartialEq for Tgsr
Auto Trait Implementations§
impl Freeze for Tgsr
impl RefUnwindSafe for Tgsr
impl Send for Tgsr
impl Sync for Tgsr
impl Unpin for Tgsr
impl UnwindSafe for Tgsr
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