#[repr(C)]
pub struct USE_INFO_5 { pub ui4_ui3: USE_INFO_3, pub ui4_auth_identity_length: u32, pub ui4_auth_identity: *mut u8, pub ui5_security_descriptor_length: u32, pub ui5_security_descriptor: *mut u8, pub ui5_use_options_length: u32, pub ui5_use_options: *mut u8, }
Expand description

Required features: ‘Win32_NetworkManagement_NetManagement’

Fields

ui4_ui3: USE_INFO_3ui4_auth_identity_length: u32ui4_auth_identity: *mut u8ui5_security_descriptor_length: u32ui5_security_descriptor: *mut u8ui5_use_options_length: u32ui5_use_options: *mut u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.