#[repr(u8)]pub enum CD {
CheckingEnabled = 0,
CheckingDisabled = 16,
}Variants§
Implementations§
Source§impl CD
impl CD
pub fn from_flags_byte(byte: u8) -> Self
pub fn to_flags_byte_bits(self) -> u8
Trait Implementations§
impl Copy for CD
impl Eq for CD
impl StructuralPartialEq for CD
Auto Trait Implementations§
impl Freeze for CD
impl RefUnwindSafe for CD
impl Send for CD
impl Sync for CD
impl Unpin for CD
impl UnsafeUnpin for CD
impl UnwindSafe for CD
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