pub struct OSLogEntrySignpost { /* private fields */ }Expand description
Snapshot of an OSLogEntrySignpost returned from OSLogStore.
Implementations§
Source§impl OSLogEntrySignpost
impl OSLogEntrySignpost
pub fn signpost_identifier(&self) -> u64
pub fn signpost_name(&self) -> String
pub fn signpost_type(&self) -> OSLogEntrySignpostType
Trait Implementations§
Source§impl Drop for OSLogEntrySignpost
impl Drop for OSLogEntrySignpost
Source§impl OSLogEntryCommon for OSLogEntrySignpost
impl OSLogEntryCommon for OSLogEntrySignpost
fn raw_entry_ptr(&self) -> *mut c_void
fn composed_message(&self) -> String
fn date(&self) -> SystemTime
fn store_category(&self) -> OSLogStoreCategory
Auto Trait Implementations§
impl Freeze for OSLogEntrySignpost
impl RefUnwindSafe for OSLogEntrySignpost
impl !Send for OSLogEntrySignpost
impl !Sync for OSLogEntrySignpost
impl Unpin for OSLogEntrySignpost
impl UnsafeUnpin for OSLogEntrySignpost
impl UnwindSafe for OSLogEntrySignpost
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