Struct windows_sys::Win32::NetworkManagement::NetManagement::FLAT_STRING
[−]#[repr(C)]pub struct FLAT_STRING {
pub MaximumLength: i16,
pub Length: i16,
pub Buffer: [CHAR; 1],
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
MaximumLength: i16
Length: i16
Buffer: [CHAR; 1]
Trait Implementations
impl Clone for FLAT_STRING
impl Clone for FLAT_STRING
impl Copy for FLAT_STRING
Auto Trait Implementations
impl RefUnwindSafe for FLAT_STRING
impl Send for FLAT_STRING
impl Sync for FLAT_STRING
impl Unpin for FLAT_STRING
impl UnwindSafe for FLAT_STRING
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