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