pub struct OSLogEntryActivity { /* private fields */ }Expand description
Snapshot of an OSLogEntryActivity returned from OSLogStore.
Implementations§
Source§impl OSLogEntryActivity
impl OSLogEntryActivity
pub fn parent_activity_identifier(&self) -> u64
Trait Implementations§
Source§impl Drop for OSLogEntryActivity
impl Drop for OSLogEntryActivity
Source§impl OSLogEntryCommon for OSLogEntryActivity
impl OSLogEntryCommon for OSLogEntryActivity
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 OSLogEntryActivity
impl RefUnwindSafe for OSLogEntryActivity
impl !Send for OSLogEntryActivity
impl !Sync for OSLogEntryActivity
impl Unpin for OSLogEntryActivity
impl UnsafeUnpin for OSLogEntryActivity
impl UnwindSafe for OSLogEntryActivity
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