#[repr(transparent)]pub struct LogFlags(u8);Expand description
Bitflags to further define log entries (does it have a line feed? is it just a part of a full log?)
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl BitAndAssign for LogFlags
impl BitAndAssign for LogFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Mask the inner value using the given value and the bitwise AND operation
Source§impl BitOrAssign for LogFlags
impl BitOrAssign for LogFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Mask the inner value using the given value and the bitwise OR operation
impl Copy for LogFlags
impl Eq for LogFlags
Source§impl Ord for LogFlags
impl Ord for LogFlags
1.21.0 (const: unstable)§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable)§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for LogFlags
impl PartialOrd for LogFlags
impl StructuralPartialEq for LogFlags
Auto Trait Implementations§
impl Freeze for LogFlags
impl RefUnwindSafe for LogFlags
impl Send for LogFlags
impl Sync for LogFlags
impl Unpin for LogFlags
impl UnsafeUnpin for LogFlags
impl UnwindSafe for LogFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)