#[repr(C)]pub struct TraceEventInfoList {
pub next: *mut TraceEventInfoList,
pub value: *mut TraceEventInfo,
}Fields§
§next: *mut TraceEventInfoList§value: *mut TraceEventInfoTrait Implementations§
Source§impl Clone for TraceEventInfoList
impl Clone for TraceEventInfoList
Source§fn clone(&self) -> TraceEventInfoList
fn clone(&self) -> TraceEventInfoList
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 TraceEventInfoList
Auto Trait Implementations§
impl !Send for TraceEventInfoList
impl !Sync for TraceEventInfoList
impl Freeze for TraceEventInfoList
impl RefUnwindSafe for TraceEventInfoList
impl Unpin for TraceEventInfoList
impl UnsafeUnpin for TraceEventInfoList
impl UnwindSafe for TraceEventInfoList
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