#[repr(u8)]pub enum PollMode {
Auto = 0,
Interactive = 1,
}Expand description
Polling interactivity mode.
Variants§
Trait Implementations§
impl Copy for PollMode
impl StructuralPartialEq for PollMode
Auto Trait Implementations§
impl Freeze for PollMode
impl RefUnwindSafe for PollMode
impl Send for PollMode
impl Sync for PollMode
impl Unpin for PollMode
impl UnwindSafe for PollMode
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