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