pub struct TFLG { /* private fields */ }Expand description
Timer Flag Register
Implementations§
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