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