Struct winapi::nb30::SESSION_HEADER [] [src]

pub struct SESSION_HEADER {
    pub sess_name: UCHAR,
    pub num_sess: UCHAR,
    pub rcv_dg_outstanding: UCHAR,
    pub rcv_any_outstanding: UCHAR,
}

Fields

sess_name: UCHAR num_sess: UCHAR rcv_dg_outstanding: UCHAR rcv_any_outstanding: UCHAR

Trait Implementations

impl Debug for SESSION_HEADER
[src]

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

Formats the value using the given formatter.

impl Copy for SESSION_HEADER
[src]

impl Clone for SESSION_HEADER
[src]

fn clone(&self) -> SESSION_HEADER

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