Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_3
[−]#[repr(C)]pub struct USE_INFO_3 {
pub ui3_ui2: USE_INFO_2,
pub ui3_flags: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
ui3_ui2: USE_INFO_2
ui3_flags: u32
Trait Implementations
impl Clone for USE_INFO_3
impl Clone for USE_INFO_3
impl Copy for USE_INFO_3
Auto Trait Implementations
impl RefUnwindSafe for USE_INFO_3
impl !Send for USE_INFO_3
impl !Sync for USE_INFO_3
impl Unpin for USE_INFO_3
impl UnwindSafe for USE_INFO_3
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