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