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