Struct windows_sys::Win32::Foundation::UNICODE_STRING
[−]Expand description
Required features: "Win32_Foundation"
Fields
Length: u16
MaximumLength: u16
Buffer: PWSTR
Trait Implementations
impl Clone for UNICODE_STRING
impl Clone for UNICODE_STRING
impl Copy for UNICODE_STRING
Auto Trait Implementations
impl RefUnwindSafe for UNICODE_STRING
impl !Send for UNICODE_STRING
impl !Sync for UNICODE_STRING
impl Unpin for UNICODE_STRING
impl UnwindSafe for UNICODE_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