Struct winapi::nb30::ACTION_HEADER
[−]
[src]
pub struct ACTION_HEADER { pub transport_id: ULONG, pub action_code: USHORT, pub reserved: USHORT, }
Fields
transport_id | |
action_code | |
reserved |
Trait Implementations
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