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