#[repr(u32)]pub enum MsAfwProtectionLevel {
HecpResponseSignOnly,
HecpResponseSignAndEncrypt,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for MsAfwProtectionLevel
impl Clone for MsAfwProtectionLevel
Source§fn clone(&self) -> MsAfwProtectionLevel
fn clone(&self) -> MsAfwProtectionLevel
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 MsAfwProtectionLevel
impl Debug for MsAfwProtectionLevel
Source§impl From<MsAfwProtectionLevel> for u32
impl From<MsAfwProtectionLevel> for u32
Source§fn from(e: MsAfwProtectionLevel) -> Self
fn from(e: MsAfwProtectionLevel) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MsAfwProtectionLevel
impl From<u32> for MsAfwProtectionLevel
Source§impl PartialEq for MsAfwProtectionLevel
impl PartialEq for MsAfwProtectionLevel
impl Copy for MsAfwProtectionLevel
impl Eq for MsAfwProtectionLevel
impl StructuralPartialEq for MsAfwProtectionLevel
Auto Trait Implementations§
impl Freeze for MsAfwProtectionLevel
impl RefUnwindSafe for MsAfwProtectionLevel
impl Send for MsAfwProtectionLevel
impl Sync for MsAfwProtectionLevel
impl Unpin for MsAfwProtectionLevel
impl UnwindSafe for MsAfwProtectionLevel
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