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