#[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 copy 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 Debug for _ACTION_HEADER
impl Debug for _ACTION_HEADER
Source§impl Ord for _ACTION_HEADER
impl Ord for _ACTION_HEADER
Source§fn cmp(&self, other: &_ACTION_HEADER) -> Ordering
fn cmp(&self, other: &_ACTION_HEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ACTION_HEADER
impl PartialEq for _ACTION_HEADER
Source§impl PartialOrd for _ACTION_HEADER
impl PartialOrd for _ACTION_HEADER
impl Copy for _ACTION_HEADER
impl Eq for _ACTION_HEADER
impl StructuralPartialEq 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