#[repr(C)]pub struct NETWORK_NAME {
pub Name: FLAT_STRING,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
Name: FLAT_STRING
Trait Implementations
impl Clone for NETWORK_NAME
impl Clone for NETWORK_NAME
impl Copy for NETWORK_NAME
Auto Trait Implementations
impl RefUnwindSafe for NETWORK_NAME
impl Send for NETWORK_NAME
impl Sync for NETWORK_NAME
impl Unpin for NETWORK_NAME
impl UnwindSafe for NETWORK_NAME
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