#[repr(C)]pub struct INTTRACEINFO {
pub cEntries: u32,
pub rgIntTraceEntry: [INTTRACEENTRY; 1],
}Fields§
§cEntries: u32§rgIntTraceEntry: [INTTRACEENTRY; 1]Trait Implementations§
Source§impl Clone for INTTRACEINFO
impl Clone for INTTRACEINFO
Source§fn clone(&self) -> INTTRACEINFO
fn clone(&self) -> INTTRACEINFO
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 INTTRACEINFO
Source§impl Debug for INTTRACEINFO
impl Debug for INTTRACEINFO
Source§impl Default for INTTRACEINFO
impl Default for INTTRACEINFO
Source§fn default() -> INTTRACEINFO
fn default() -> INTTRACEINFO
Returns the “default value” for a type. Read more
Source§impl PartialEq for INTTRACEINFO
impl PartialEq for INTTRACEINFO
Source§fn eq(&self, other: &INTTRACEINFO) -> bool
fn eq(&self, other: &INTTRACEINFO) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for INTTRACEINFO
Auto Trait Implementations§
impl Freeze for INTTRACEINFO
impl RefUnwindSafe for INTTRACEINFO
impl Send for INTTRACEINFO
impl Sync for INTTRACEINFO
impl Unpin for INTTRACEINFO
impl UnsafeUnpin for INTTRACEINFO
impl UnwindSafe for INTTRACEINFO
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