pub struct PollInterruptAq(/* private fields */);Implementations§
Source§impl PollInterruptAq
impl PollInterruptAq
pub fn interrupt(&self) -> TimerResult<()>
pub fn interrupt_drop(self) -> TimerResult<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollInterruptAq
impl RefUnwindSafe for PollInterruptAq
impl Send for PollInterruptAq
impl Sync for PollInterruptAq
impl Unpin for PollInterruptAq
impl UnwindSafe for PollInterruptAq
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