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