#[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 moreimpl Copy 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