Struct winapi::nb30::NAME_BUFFER [] [src]

pub struct NAME_BUFFER {
    pub name: [UCHAR; NCBNAMSZ],
    pub name_num: UCHAR,
    pub name_flags: UCHAR,
}

Fields

name
name_num
name_flags

Trait Implementations

impl Copy for NAME_BUFFER
[src]

impl Clone for NAME_BUFFER
[src]

fn clone(&self) -> NAME_BUFFER

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

Derived Implementations

impl Debug for NAME_BUFFER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.