winapi::shared::ntdef

Type Alias ANSI_STRING32

Source
pub type ANSI_STRING32 = STRING32;

Aliased Type§

struct ANSI_STRING32 {
    pub Length: u16,
    pub MaximumLength: u16,
    pub Buffer: u32,
}

Fields§

§Length: u16§MaximumLength: u16§Buffer: u32

Trait Implementations

Source§

impl Clone for STRING32

Source§

fn clone(&self) -> STRING32

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 STRING32