Struct winapi::nb30::SESSION_BUFFER [] [src]

pub struct SESSION_BUFFER {
    pub lsn: UCHAR,
    pub state: UCHAR,
    pub local_name: [UCHAR; 16],
    pub remote_name: [UCHAR; 16],
    pub rcvs_outstanding: UCHAR,
    pub sends_outstanding: UCHAR,
}

Fields

lsn: UCHAR state: UCHAR local_name: [UCHAR; 16] remote_name: [UCHAR; 16] rcvs_outstanding: UCHAR sends_outstanding: UCHAR

Trait Implementations

impl Debug for SESSION_BUFFER
[src]

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

Formats the value using the given formatter.

impl Copy for SESSION_BUFFER
[src]

impl Clone for SESSION_BUFFER
[src]

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