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