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 | |
access_control | |
frame_control | |
destination_addr | |
source_addr | |
routing_info |
Trait Implementations
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