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

#[repr(C)]
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

Trait Implementations

impl Debug for FIND_NAME_BUFFER
[src]

Formats the value using the given formatter.

impl Copy for FIND_NAME_BUFFER
[src]

impl Clone for FIND_NAME_BUFFER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more