#[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: USHORTTrait 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 Debug for _ACTION_HEADER
impl Debug for _ACTION_HEADER
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