#[repr(u8)]pub enum IpedProtect {
VAL0 = 0,
VAL1 = 1,
}Variants§
Implementations§
Source§impl IpedProtect
impl IpedProtect
Trait Implementations§
Source§impl Clone for IpedProtect
impl Clone for IpedProtect
Source§fn clone(&self) -> IpedProtect
fn clone(&self) -> IpedProtect
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 IpedProtect
impl Debug for IpedProtect
Source§impl From<IpedProtect> for u8
impl From<IpedProtect> for u8
Source§fn from(val: IpedProtect) -> u8
fn from(val: IpedProtect) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IpedProtect
impl From<u8> for IpedProtect
Source§fn from(val: u8) -> IpedProtect
fn from(val: u8) -> IpedProtect
Converts to this type from the input type.
Source§impl Ord for IpedProtect
impl Ord for IpedProtect
Source§fn cmp(&self, other: &IpedProtect) -> Ordering
fn cmp(&self, other: &IpedProtect) -> 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 IpedProtect
impl PartialEq for IpedProtect
Source§impl PartialOrd for IpedProtect
impl PartialOrd for IpedProtect
impl Copy for IpedProtect
impl Eq for IpedProtect
impl StructuralPartialEq for IpedProtect
Auto Trait Implementations§
impl Freeze for IpedProtect
impl RefUnwindSafe for IpedProtect
impl Send for IpedProtect
impl Sync for IpedProtect
impl Unpin for IpedProtect
impl UnwindSafe for IpedProtect
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