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