pub struct OSLogEnumeratorOptions(/* private fields */);Expand description
OSLogEnumerator.Options.
Implementations§
Trait Implementations§
Source§impl BitOr for OSLogEnumeratorOptions
impl BitOr for OSLogEnumeratorOptions
Source§impl BitOrAssign for OSLogEnumeratorOptions
impl BitOrAssign for OSLogEnumeratorOptions
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for OSLogEnumeratorOptions
impl Clone for OSLogEnumeratorOptions
Source§fn clone(&self) -> OSLogEnumeratorOptions
fn clone(&self) -> OSLogEnumeratorOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OSLogEnumeratorOptions
impl Debug for OSLogEnumeratorOptions
Source§impl Default for OSLogEnumeratorOptions
impl Default for OSLogEnumeratorOptions
Source§fn default() -> OSLogEnumeratorOptions
fn default() -> OSLogEnumeratorOptions
Returns the “default value” for a type. Read more
Source§impl Hash for OSLogEnumeratorOptions
impl Hash for OSLogEnumeratorOptions
Source§impl PartialEq for OSLogEnumeratorOptions
impl PartialEq for OSLogEnumeratorOptions
Source§fn eq(&self, other: &OSLogEnumeratorOptions) -> bool
fn eq(&self, other: &OSLogEnumeratorOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OSLogEnumeratorOptions
impl Eq for OSLogEnumeratorOptions
impl StructuralPartialEq for OSLogEnumeratorOptions
Auto Trait Implementations§
impl Freeze for OSLogEnumeratorOptions
impl RefUnwindSafe for OSLogEnumeratorOptions
impl Send for OSLogEnumeratorOptions
impl Sync for OSLogEnumeratorOptions
impl Unpin for OSLogEnumeratorOptions
impl UnsafeUnpin for OSLogEnumeratorOptions
impl UnwindSafe for OSLogEnumeratorOptions
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