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