#[repr(C)]pub struct NS_HELPER_ATTRIBUTES {
pub Anonymous: NS_HELPER_ATTRIBUTES_0,
pub guidHelper: GUID,
pub pfnStart: PNS_HELPER_START_FN,
pub pfnStop: PNS_HELPER_STOP_FN,
}
Expand description
Required features: "Win32_NetworkManagement_NetShell"
Fields
Anonymous: NS_HELPER_ATTRIBUTES_0
guidHelper: GUID
pfnStart: PNS_HELPER_START_FN
pfnStop: PNS_HELPER_STOP_FN
Trait Implementations
impl Clone for NS_HELPER_ATTRIBUTES
impl Clone for NS_HELPER_ATTRIBUTES
impl Copy for NS_HELPER_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for NS_HELPER_ATTRIBUTES
impl Send for NS_HELPER_ATTRIBUTES
impl Sync for NS_HELPER_ATTRIBUTES
impl Unpin for NS_HELPER_ATTRIBUTES
impl UnwindSafe for NS_HELPER_ATTRIBUTES
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