Struct windows_sys::Win32::NetworkManagement::NetManagement::USE_INFO_0
[−]Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
ui0_local: PWSTR
ui0_remote: PWSTR
Trait Implementations
impl Clone for USE_INFO_0
impl Clone for USE_INFO_0
impl Copy for USE_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for USE_INFO_0
impl !Send for USE_INFO_0
impl !Sync for USE_INFO_0
impl Unpin for USE_INFO_0
impl UnwindSafe for USE_INFO_0
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