Struct windows_sys::Win32::NetworkManagement::NetManagement::MSG_INFO_0
#[repr(C)]pub struct MSG_INFO_0 {
pub msgi0_name: PWSTR,
}
Fields§
§msgi0_name: PWSTR
Trait Implementations§
§impl Clone for MSG_INFO_0
impl Clone for MSG_INFO_0
impl Copy for MSG_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for MSG_INFO_0
impl !Send for MSG_INFO_0
impl !Sync for MSG_INFO_0
impl Unpin for MSG_INFO_0
impl UnwindSafe for MSG_INFO_0
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more