Struct winapi::shared::ntdef::UNICODE_STRING
source · #[repr(C)]pub struct UNICODE_STRING {
pub Length: USHORT,
pub MaximumLength: USHORT,
pub Buffer: PWCH,
}
Fields§
§Length: USHORT
§MaximumLength: USHORT
§Buffer: PWCH
Trait 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 moresource§impl Default for UNICODE_STRING
impl Default for UNICODE_STRING
source§fn default() -> UNICODE_STRING
fn default() -> UNICODE_STRING
Returns the “default value” for a type. Read more