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

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

Fields

lsn
state
local_name
remote_name
rcvs_outstanding
sends_outstanding

Trait Implementations

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

Derived Implementations

impl Debug for SESSION_BUFFER
[src]

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

Formats the value using the given formatter.