Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_5
[−]#[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_3
ui4_auth_identity_length: u32
ui4_auth_identity: *mut u8
ui5_security_descriptor_length: u32
ui5_security_descriptor: *mut u8
ui5_use_options_length: u32
ui5_use_options: *mut u8
Trait Implementations
impl Clone for USE_INFO_5
impl Clone for USE_INFO_5
impl Copy for USE_INFO_5
Auto Trait Implementations
impl RefUnwindSafe for USE_INFO_5
impl !Send for USE_INFO_5
impl !Sync for USE_INFO_5
impl Unpin for USE_INFO_5
impl UnwindSafe for USE_INFO_5
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more