#[repr(C)]pub struct UNICODE_STRING {
    pub Length: USHORT,
    pub MaximumLength: USHORT,
    pub Buffer: PWCH,
}Fields§
§Length: USHORT§MaximumLength: USHORT§Buffer: PWCHTrait Implementations§
Source§impl Clone for UNICODE_STRING
 
impl Clone for UNICODE_STRING
Source§fn clone(&self) -> UNICODE_STRING
 
fn clone(&self) -> UNICODE_STRING
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for UNICODE_STRING
Auto Trait Implementations§
impl Freeze for UNICODE_STRING
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§
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