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