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