Struct libc::iw_scan_req
source · #[repr(C)]pub struct iw_scan_req {
pub scan_type: __u8,
pub essid_len: __u8,
pub num_channels: __u8,
pub flags: __u8,
pub bssid: sockaddr,
pub essid: [__u8; 32],
pub min_channel_time: __u32,
pub max_channel_time: __u32,
pub channel_list: [iw_freq; 32],
}
Fields§
§scan_type: __u8
§essid_len: __u8
§num_channels: __u8
§flags: __u8
§bssid: sockaddr
§essid: [__u8; 32]
§min_channel_time: __u32
§max_channel_time: __u32
§channel_list: [iw_freq; 32]
Trait Implementations§
source§impl Clone for iw_scan_req
impl Clone for iw_scan_req
source§fn clone(&self) -> iw_scan_req
fn clone(&self) -> iw_scan_req
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_scan_req
impl Debug for iw_scan_req
source§impl Hash for iw_scan_req
impl Hash for iw_scan_req
source§impl PartialEq for iw_scan_req
impl PartialEq for iw_scan_req
impl Copy for iw_scan_req
impl Eq for iw_scan_req
impl StructuralPartialEq for iw_scan_req
Auto Trait Implementations§
impl Freeze for iw_scan_req
impl RefUnwindSafe for iw_scan_req
impl Send for iw_scan_req
impl Sync for iw_scan_req
impl Unpin for iw_scan_req
impl UnwindSafe for iw_scan_req
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
)