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