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