Struct windows_sys::Win32::NetworkManagement::NetManagement::MSA_INFO_0
[−]#[repr(C)]pub struct MSA_INFO_0 {
pub State: MSA_INFO_STATE,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
State: MSA_INFO_STATE
Trait Implementations
impl Clone for MSA_INFO_0
impl Clone for MSA_INFO_0
impl Copy for MSA_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for MSA_INFO_0
impl Send for MSA_INFO_0
impl Sync for MSA_INFO_0
impl Unpin for MSA_INFO_0
impl UnwindSafe for MSA_INFO_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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