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