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