Struct winapi::nb30::FIND_NAME_BUFFER [] [src]

pub struct FIND_NAME_BUFFER {
    pub length: UCHAR,
    pub access_control: UCHAR,
    pub frame_control: UCHAR,
    pub destination_addr: [UCHAR; 6],
    pub source_addr: [UCHAR; 6],
    pub routing_info: [UCHAR; 18],
}

Fields

length: UCHAR access_control: UCHAR frame_control: UCHAR destination_addr: [UCHAR; 6] source_addr: [UCHAR; 6] routing_info: [UCHAR; 18]

Trait Implementations

impl Debug for FIND_NAME_BUFFER
[src]

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

Formats the value using the given formatter.

impl Copy for FIND_NAME_BUFFER
[src]

impl Clone for FIND_NAME_BUFFER
[src]

fn clone(&self) -> FIND_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