#[repr(transparent)]pub struct Ldotimer1(pub u32);Expand description
Bandgap Timer 1
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ldotimer1
impl Eq for Ldotimer1
impl StructuralPartialEq for Ldotimer1
Auto Trait Implementations§
impl Freeze for Ldotimer1
impl RefUnwindSafe for Ldotimer1
impl Send for Ldotimer1
impl Sync for Ldotimer1
impl Unpin for Ldotimer1
impl UnwindSafe for Ldotimer1
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