#[repr(u8)]pub enum CgOverride {
ENABLE = 0,
DISABLE = 1,
}Variants§
Implementations§
Source§impl CgOverride
impl CgOverride
Trait Implementations§
Source§impl Clone for CgOverride
impl Clone for CgOverride
Source§fn clone(&self) -> CgOverride
fn clone(&self) -> CgOverride
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CgOverride
impl Debug for CgOverride
Source§impl From<CgOverride> for u8
impl From<CgOverride> for u8
Source§fn from(val: CgOverride) -> u8
fn from(val: CgOverride) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CgOverride
impl From<u8> for CgOverride
Source§fn from(val: u8) -> CgOverride
fn from(val: u8) -> CgOverride
Converts to this type from the input type.
Source§impl Ord for CgOverride
impl Ord for CgOverride
Source§fn cmp(&self, other: &CgOverride) -> Ordering
fn cmp(&self, other: &CgOverride) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CgOverride
impl PartialEq for CgOverride
Source§impl PartialOrd for CgOverride
impl PartialOrd for CgOverride
impl Copy for CgOverride
impl Eq for CgOverride
impl StructuralPartialEq for CgOverride
Auto Trait Implementations§
impl Freeze for CgOverride
impl RefUnwindSafe for CgOverride
impl Send for CgOverride
impl Sync for CgOverride
impl Unpin for CgOverride
impl UnwindSafe for CgOverride
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