#[repr(C)]pub struct TraceEventInfo {
pub name: *mut i8,
pub state: u32,
pub vcpu: bool,
}Fields§
§name: *mut i8§state: u32§vcpu: boolTrait Implementations§
Source§impl Clone for TraceEventInfo
impl Clone for TraceEventInfo
Source§fn clone(&self) -> TraceEventInfo
fn clone(&self) -> TraceEventInfo
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 TraceEventInfo
impl Debug for TraceEventInfo
impl Copy for TraceEventInfo
Auto Trait Implementations§
impl Freeze for TraceEventInfo
impl RefUnwindSafe for TraceEventInfo
impl !Send for TraceEventInfo
impl !Sync for TraceEventInfo
impl Unpin for TraceEventInfo
impl UnwindSafe for TraceEventInfo
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