Struct winapi::subauth::UNICODE_STRING
[−]
[src]
pub struct UNICODE_STRING { pub Length: USHORT, pub MaximumLength: USHORT, pub Buffer: PWSTR, }
Fields
Length | |
MaximumLength | |
Buffer |
Trait Implementations
impl Copy for UNICODE_STRING
[src]
impl Clone for UNICODE_STRING
[src]
fn clone(&self) -> UNICODE_STRING
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more