Enum Waitpol
#[repr(u8)]pub enum Waitpol {
ActiveLow = 0,
ActiveHigh = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Waitpol
impl Eq for Waitpol
§impl Ord for Waitpol
impl Ord for Waitpol
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Waitpol
impl PartialOrd 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 UnsafeUnpin 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