Struct libc::unix::linux_like::linux::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 · 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 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
impl Copy for iw_encode_ext
impl Eq for iw_encode_ext
impl StructuralPartialEq for iw_encode_ext
Auto Trait Implementations§
impl Freeze for iw_encode_ext
impl RefUnwindSafe for iw_encode_ext
impl Send for iw_encode_ext
impl Sync for iw_encode_ext
impl Unpin for iw_encode_ext
impl UnwindSafe for iw_encode_ext
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§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
)