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