Struct windows_sys::Win32::NetworkManagement::NetManagement::MSG_INFO_1
[−]#[repr(C)]pub struct MSG_INFO_1 {
pub msgi1_name: PWSTR,
pub msgi1_forward_flag: u32,
pub msgi1_forward: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
msgi1_name: PWSTR
msgi1_forward_flag: u32
msgi1_forward: PWSTR
Trait Implementations
impl Clone for MSG_INFO_1
impl Clone for MSG_INFO_1
impl Copy for MSG_INFO_1
Auto Trait Implementations
impl RefUnwindSafe for MSG_INFO_1
impl !Send for MSG_INFO_1
impl !Sync for MSG_INFO_1
impl Unpin for MSG_INFO_1
impl UnwindSafe for MSG_INFO_1
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