pub enum WAITPOL {
ActiveLow = 0,
ActiveHigh = 1,
}Expand description
WAITPOL
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WAITPOL
impl Eq for WAITPOL
impl StructuralPartialEq for WAITPOL
Auto Trait Implementations§
impl Freeze for WAITPOL
impl RefUnwindSafe for WAITPOL
impl Send for WAITPOL
impl Sync for WAITPOL
impl Unpin for WAITPOL
impl UnwindSafe for WAITPOL
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