#[repr(C)]pub struct INTTRACEENTRY {
pub lAction: i32,
pub ftArrivalTime: FILETIME,
pub ftDeferredTime: FILETIME,
pub rgchADMDName: [i8; 20],
pub rgchCountryName: [i8; 4],
pub rgchPRMDId: [i8; 20],
pub rgchAttADMDName: [i8; 20],
pub rgchAttCountryName: [i8; 4],
pub rgchAttPRMDId: [i8; 20],
pub rgchMTAName: [i8; 36],
pub rgchAttMTAName: [i8; 35],
pub bAdditionalActions: u8,
}Fields§
§lAction: i32§ftArrivalTime: FILETIME§ftDeferredTime: FILETIME§rgchADMDName: [i8; 20]§rgchCountryName: [i8; 4]§rgchPRMDId: [i8; 20]§rgchAttADMDName: [i8; 20]§rgchAttCountryName: [i8; 4]§rgchAttPRMDId: [i8; 20]§rgchMTAName: [i8; 36]§rgchAttMTAName: [i8; 35]§bAdditionalActions: u8Trait Implementations§
Source§impl Clone for INTTRACEENTRY
impl Clone for INTTRACEENTRY
Source§fn clone(&self) -> INTTRACEENTRY
fn clone(&self) -> INTTRACEENTRY
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for INTTRACEENTRY
Source§impl Debug for INTTRACEENTRY
impl Debug for INTTRACEENTRY
Source§impl Default for INTTRACEENTRY
impl Default for INTTRACEENTRY
Source§fn default() -> INTTRACEENTRY
fn default() -> INTTRACEENTRY
Returns the “default value” for a type. Read more
Source§impl PartialEq for INTTRACEENTRY
impl PartialEq for INTTRACEENTRY
Source§fn eq(&self, other: &INTTRACEENTRY) -> bool
fn eq(&self, other: &INTTRACEENTRY) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for INTTRACEENTRY
Auto Trait Implementations§
impl Freeze for INTTRACEENTRY
impl RefUnwindSafe for INTTRACEENTRY
impl Send for INTTRACEENTRY
impl Sync for INTTRACEENTRY
impl Unpin for INTTRACEENTRY
impl UnsafeUnpin for INTTRACEENTRY
impl UnwindSafe for INTTRACEENTRY
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