#[repr(C)]pub struct UNICODE_STRING {
    pub Length: USHORT,
    pub MaximumLength: USHORT,
    pub Buffer: PWSTR,
}Fields
Length: USHORTMaximumLength: USHORTBuffer: PWSTRTrait Implementations
sourceimpl Clone for UNICODE_STRING
 
impl Clone for UNICODE_STRING
sourcefn clone(&self) -> UNICODE_STRING
 
fn clone(&self) -> UNICODE_STRING
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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