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