Enum Icsw
#[repr(u8)]pub enum Icsw {
Hsi = 0,
Sys = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Icsw
impl Eq for Icsw
§impl Ord for Icsw
impl Ord for Icsw
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 Icsw
impl PartialOrd for Icsw
impl StructuralPartialEq for Icsw
Auto Trait Implementations§
impl Freeze for Icsw
impl RefUnwindSafe for Icsw
impl Send for Icsw
impl Sync for Icsw
impl Unpin for Icsw
impl UnsafeUnpin for Icsw
impl UnwindSafe for Icsw
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