#[repr(C)]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§
Source§impl Clone for ACTION_HEADER
impl Clone for ACTION_HEADER
Source§fn clone(&self) -> ACTION_HEADER
fn clone(&self) -> ACTION_HEADER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ACTION_HEADER
impl Default for ACTION_HEADER
Source§fn default() -> ACTION_HEADER
fn default() -> ACTION_HEADER
Returns the “default value” for a type. Read more
impl Copy for ACTION_HEADER
Auto Trait Implementations§
impl Freeze for ACTION_HEADER
impl RefUnwindSafe for ACTION_HEADER
impl Send for ACTION_HEADER
impl Sync for ACTION_HEADER
impl Unpin for ACTION_HEADER
impl UnwindSafe for ACTION_HEADER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more