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