Struct libc::iw_priv_args
source · #[repr(C)]pub struct iw_priv_args {
pub cmd: __u32,
pub set_args: __u16,
pub get_args: __u16,
pub name: [c_char; 16],
}Fields§
§cmd: __u32§set_args: __u16§get_args: __u16§name: [c_char; 16]Trait Implementations§
source§impl Clone for iw_priv_args
impl Clone for iw_priv_args
source§fn clone(&self) -> iw_priv_args
fn clone(&self) -> iw_priv_args
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 more