Enum Dacshsel
#[repr(u8)]pub enum Dacshsel {
LSE = 0,
LSI = 1,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Dacshsel
impl Ord for Dacshsel
§impl PartialOrd for Dacshsel
impl PartialOrd for Dacshsel
impl Copy for Dacshsel
impl Eq 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 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