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