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