Struct windows_sys::Win32::NetworkManagement::NetManagement::AE_CONNSTOP
[−]#[repr(C)]pub struct AE_CONNSTOP {
pub ae_cp_compname: u32,
pub ae_cp_username: u32,
pub ae_cp_netname: u32,
pub ae_cp_connid: u32,
pub ae_cp_reason: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ae_cp_compname: u32
ae_cp_username: u32
ae_cp_netname: u32
ae_cp_connid: u32
ae_cp_reason: u32
Trait Implementations
impl Clone for AE_CONNSTOP
impl Clone for AE_CONNSTOP
impl Copy for AE_CONNSTOP
Auto Trait Implementations
impl RefUnwindSafe for AE_CONNSTOP
impl Send for AE_CONNSTOP
impl Sync for AE_CONNSTOP
impl Unpin for AE_CONNSTOP
impl UnwindSafe for AE_CONNSTOP
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