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