#[repr(C)]pub struct HelperAttributeInfo {
pub pwszName: PWSTR,
pub type: ATTRIBUTE_TYPE,
}
Expand description
Required features: "Win32_NetworkManagement_NetworkDiagnosticsFramework"
Fields
pwszName: PWSTR
type: ATTRIBUTE_TYPE
Trait Implementations
impl Clone for HelperAttributeInfo
impl Clone for HelperAttributeInfo
impl Copy for HelperAttributeInfo
Auto Trait Implementations
impl RefUnwindSafe for HelperAttributeInfo
impl !Send for HelperAttributeInfo
impl !Sync for HelperAttributeInfo
impl Unpin for HelperAttributeInfo
impl UnwindSafe for HelperAttributeInfo
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