Struct libc::iw_encode_ext
source · #[repr(C)]pub struct iw_encode_ext {
pub ext_flags: __u32,
pub tx_seq: [__u8; 8],
pub rx_seq: [__u8; 8],
pub addr: sockaddr,
pub alg: __u16,
pub key_len: __u16,
pub key: [__u8; 0],
}Fields§
§ext_flags: __u32§tx_seq: [__u8; 8]§rx_seq: [__u8; 8]§addr: sockaddr§alg: __u16§key_len: __u16§key: [__u8; 0]Trait Implementations§
source§impl Clone for iw_encode_ext
impl Clone for iw_encode_ext
source§fn clone(&self) -> iw_encode_ext
fn clone(&self) -> iw_encode_ext
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for iw_encode_ext
impl Debug for iw_encode_ext
source§impl Hash for iw_encode_ext
impl Hash for iw_encode_ext
source§impl PartialEq for iw_encode_ext
impl PartialEq for iw_encode_ext
source§fn eq(&self, other: &iw_encode_ext) -> bool
fn eq(&self, other: &iw_encode_ext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.