pub struct LPTR { /* private fields */ }
Expand description
low-power timeout register
Implementations§
Auto Trait Implementations§
impl !Freeze for LPTR
impl !RefUnwindSafe for LPTR
impl Send for LPTR
impl !Sync for LPTR
impl Unpin for LPTR
impl UnwindSafe for LPTR
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