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