#[repr(C)]pub struct CipherSuiteType(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl CipherSuiteType
impl CipherSuiteType
pub const USE_GROUP: Self = _
pub const WEP_40: Self = _
pub const TKIP: Self = _
pub const RESERVED_3: Self = _
pub const CCMP_128: Self = _
pub const WEP_104: Self = _
pub const BIP_CMAC_128: Self = _
pub const GROUP_ADDRESSED_NOT_ALLOWED: Self = _
pub const GCMP_128: Self = _
pub const GCMP_256: Self = _
pub const CCMP_256: Self = _
pub const BIP_GMAC_128: Self = _
pub const BIP_GMAC_256: Self = _
pub const BIP_CMAC_256: Self = _
pub const RESERVED_14_TO_255: Self = _
Trait Implementations§
source§impl BitAnd for CipherSuiteType
impl BitAnd for CipherSuiteType
source§impl BitAndAssign for CipherSuiteType
impl BitAndAssign for CipherSuiteType
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for CipherSuiteType
impl BitOr for CipherSuiteType
source§impl BitOrAssign for CipherSuiteType
impl BitOrAssign for CipherSuiteType
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for CipherSuiteType
impl BitXor for CipherSuiteType
source§impl BitXorAssign for CipherSuiteType
impl BitXorAssign for CipherSuiteType
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for CipherSuiteType
impl Clone for CipherSuiteType
source§fn clone(&self) -> CipherSuiteType
fn clone(&self) -> CipherSuiteType
Returns a copy 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 CipherSuiteType
impl Debug for CipherSuiteType
source§impl PartialEq for CipherSuiteType
impl PartialEq for CipherSuiteType
source§fn eq(&self, other: &CipherSuiteType) -> bool
fn eq(&self, other: &CipherSuiteType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CipherSuiteType
impl Eq for CipherSuiteType
impl StructuralPartialEq for CipherSuiteType
Auto Trait Implementations§
impl Freeze for CipherSuiteType
impl RefUnwindSafe for CipherSuiteType
impl Send for CipherSuiteType
impl Sync for CipherSuiteType
impl Unpin for CipherSuiteType
impl UnwindSafe for CipherSuiteType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)