winapi::shared::ntdef

Type Alias ANSI_STRING64

Source
pub type ANSI_STRING64 = STRING64;

Aliased Type§

struct ANSI_STRING64 {
    pub Length: u16,
    pub MaximumLength: u16,
    pub Buffer: u64,
}

Fields§

§Length: u16§MaximumLength: u16§Buffer: u64

Trait Implementations

Source§

impl Clone for STRING64

Source§

fn clone(&self) -> STRING64

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for STRING64