pub struct LogMask(/* private fields */);
Available on crate feature
syslog
only.Expand description
System log priority mask.
Implementations§
Trait Implementations§
Source§impl BitAndAssign for LogMask
impl BitAndAssign for LogMask
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for LogMask
impl BitOrAssign for LogMask
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for LogMask
Auto Trait Implementations§
impl Freeze for LogMask
impl RefUnwindSafe for LogMask
impl Send for LogMask
impl Sync for LogMask
impl Unpin for LogMask
impl UnwindSafe for LogMask
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