Struct eapol::KeyDescriptor
source · #[repr(C)]pub struct KeyDescriptor(/* private fields */);
Implementations§
source§impl KeyDescriptor
impl KeyDescriptor
pub const RESERVED: Self = _
pub const RC4: Self = _
pub const IEEE802DOT11: Self = _
pub const LEGACY_WPA1: Self = _
Trait Implementations§
source§impl AsBytes for KeyDescriptorwhere
u8: AsBytes,
HasPadding<KeyDescriptor, { _ }>: ShouldBe<false>,
impl AsBytes for KeyDescriptorwhere u8: AsBytes, HasPadding<KeyDescriptor, { _ }>: ShouldBe<false>,
§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘwhere Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
source§impl Clone for KeyDescriptor
impl Clone for KeyDescriptor
source§fn clone(&self) -> KeyDescriptor
fn clone(&self) -> KeyDescriptor
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 KeyDescriptor
impl Debug for KeyDescriptor
source§impl Default for KeyDescriptor
impl Default for KeyDescriptor
source§fn default() -> KeyDescriptor
fn default() -> KeyDescriptor
Returns the “default value” for a type. Read more
source§impl FromBytes for KeyDescriptorwhere
u8: FromBytes,
impl FromBytes for KeyDescriptorwhere u8: FromBytes,
source§impl FromZeroes for KeyDescriptorwhere
u8: FromZeroes,
impl FromZeroes for KeyDescriptorwhere u8: FromZeroes,
source§impl PartialEq for KeyDescriptor
impl PartialEq for KeyDescriptor
source§fn eq(&self, other: &KeyDescriptor) -> bool
fn eq(&self, other: &KeyDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KeyDescriptor
impl Eq for KeyDescriptor
impl StructuralEq for KeyDescriptor
impl StructuralPartialEq for KeyDescriptor
impl Unaligned for KeyDescriptorwhere u8: Unaligned,
Auto Trait Implementations§
impl RefUnwindSafe for KeyDescriptor
impl Send for KeyDescriptor
impl Sync for KeyDescriptor
impl Unpin for KeyDescriptor
impl UnwindSafe for KeyDescriptor
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