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