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