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