winapi::shared::ntdef

Type Alias OEM_STRING

Source
pub type OEM_STRING = STRING;

Aliased Type§

struct OEM_STRING {
    pub Length: u16,
    pub MaximumLength: u16,
    pub Buffer: *mut i8,
}

Fields§

§Length: u16§MaximumLength: u16§Buffer: *mut i8

Trait Implementations

Source§

impl Clone for STRING

Source§

fn clone(&self) -> STRING

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 STRING