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