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