#[repr(C)]pub struct LSTIMER { /* private fields */ }
Expand description
Cluster LSTIMER%s, containing LSTIMER?_CONF, LSTIMER?_VALUE
Implementations§
Auto Trait Implementations§
impl !Freeze for LSTIMER
impl !RefUnwindSafe for LSTIMER
impl Send for LSTIMER
impl !Sync for LSTIMER
impl Unpin for LSTIMER
impl UnwindSafe for LSTIMER
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