#[repr(C)]pub struct DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR {
pub AdvertisementID: u32,
pub ConfigMethods: u16,
pub ServiceNameLength: u8,
pub ServiceName: [u8; 255],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
AdvertisementID: u32
ConfigMethods: u16
ServiceNameLength: u8
ServiceName: [u8; 255]
Trait Implementations
impl Copy for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
impl Send for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
impl Sync for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
impl Unpin for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
impl UnwindSafe for DOT11_WFD_ADVERTISED_SERVICE_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more