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