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