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