#[repr(C)]pub struct WFDSVC_CONNECTION_CAPABILITY {
pub bNew: BOOLEAN,
pub bClient: BOOLEAN,
pub bGO: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
bNew: BOOLEAN
bClient: BOOLEAN
bGO: BOOLEAN
Trait Implementations
impl Clone for WFDSVC_CONNECTION_CAPABILITY
impl Clone for WFDSVC_CONNECTION_CAPABILITY
impl Copy for WFDSVC_CONNECTION_CAPABILITY
Auto Trait Implementations
impl RefUnwindSafe for WFDSVC_CONNECTION_CAPABILITY
impl Send for WFDSVC_CONNECTION_CAPABILITY
impl Sync for WFDSVC_CONNECTION_CAPABILITY
impl Unpin for WFDSVC_CONNECTION_CAPABILITY
impl UnwindSafe for WFDSVC_CONNECTION_CAPABILITY
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