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