#[repr(transparent)]pub struct Ctrl0(pub u16);Expand description
Crossbar A Control Register 0
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Ctrl0
impl Eq for Ctrl0
impl StructuralPartialEq for Ctrl0
Auto Trait Implementations§
impl Freeze for Ctrl0
impl RefUnwindSafe for Ctrl0
impl Send for Ctrl0
impl Sync for Ctrl0
impl Unpin for Ctrl0
impl UnwindSafe for Ctrl0
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