Struct zx::DebugLogRecord
source · pub struct DebugLogRecord {
pub sequence: u64,
pub timestamp: BootInstant,
pub severity: DebugLogSeverity,
pub pid: Koid,
pub tid: Koid,
pub flags: u8,
/* private fields */
}
Expand description
A record from the kernel’s debuglog.
Fields§
§sequence: u64
§timestamp: BootInstant
§severity: DebugLogSeverity
§pid: Koid
§tid: Koid
§flags: u8
Implementations§
Trait Implementations§
source§impl Clone for DebugLogRecord
impl Clone for DebugLogRecord
source§fn clone(&self) -> DebugLogRecord
fn clone(&self) -> DebugLogRecord
Returns a copy 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 DebugLogRecord
impl Debug for DebugLogRecord
source§impl PartialEq for DebugLogRecord
impl PartialEq for DebugLogRecord
source§fn eq(&self, other: &DebugLogRecord) -> bool
fn eq(&self, other: &DebugLogRecord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DebugLogRecord
impl Eq for DebugLogRecord
impl StructuralPartialEq for DebugLogRecord
Auto Trait Implementations§
impl Freeze for DebugLogRecord
impl RefUnwindSafe for DebugLogRecord
impl Send for DebugLogRecord
impl Sync for DebugLogRecord
impl Unpin for DebugLogRecord
impl UnwindSafe for DebugLogRecord
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)