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