Struct winapi::nb30::ACTION_HEADER [] [src]

pub struct ACTION_HEADER {
    pub transport_id: ULONG,
    pub action_code: USHORT,
    pub reserved: USHORT,
}

Fields

transport_id: ULONG action_code: USHORT reserved: USHORT

Trait Implementations

impl Debug for ACTION_HEADER
[src]

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

Formats the value using the given formatter.

impl Copy for ACTION_HEADER
[src]

impl Clone for ACTION_HEADER
[src]

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