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