#[repr(C)]pub struct WFD_GROUP_ID {
pub DeviceAddress: DOT11_MAC_ADDRESS,
pub GroupSSID: DOT11_SSID,
}
Fields§
§DeviceAddress: DOT11_MAC_ADDRESS
§GroupSSID: DOT11_SSID
Trait Implementations§
Source§impl Clone for WFD_GROUP_ID
impl Clone for WFD_GROUP_ID
Source§fn clone(&self) -> WFD_GROUP_ID
fn clone(&self) -> WFD_GROUP_ID
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 Default for WFD_GROUP_ID
impl Default for WFD_GROUP_ID
Source§fn default() -> WFD_GROUP_ID
fn default() -> WFD_GROUP_ID
Returns the “default value” for a type. Read more
impl Copy for WFD_GROUP_ID
Auto Trait Implementations§
impl Freeze for WFD_GROUP_ID
impl RefUnwindSafe for WFD_GROUP_ID
impl Send for WFD_GROUP_ID
impl Sync for WFD_GROUP_ID
impl Unpin for WFD_GROUP_ID
impl UnwindSafe for WFD_GROUP_ID
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