Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_4
[−]#[repr(C)]pub struct USE_INFO_4 {
pub ui4_ui3: USE_INFO_3,
pub ui4_auth_identity_length: u32,
pub ui4_auth_identity: *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
Trait Implementations
impl Clone for USE_INFO_4
impl Clone for USE_INFO_4
impl Copy for USE_INFO_4
Auto Trait Implementations
impl RefUnwindSafe for USE_INFO_4
impl !Send for USE_INFO_4
impl !Sync for USE_INFO_4
impl Unpin for USE_INFO_4
impl UnwindSafe for USE_INFO_4
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