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