#[repr(transparent)]pub struct LogReason(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl LogReason
impl LogReason
pub const LOG_REASON_UNKNOWN: LogReason
pub const LOG_REASON_ALLOW: LogReason
pub const LOG_REASON_AUDIT: LogReason
pub const LOG_REASON_DENY: LogReason
pub const LOG_REASON_DEBUG: LogReason
pub const LOG_REASON_ERROR: LogReason
Trait Implementations§
impl Copy for LogReason
impl Eq for LogReason
impl StructuralPartialEq for LogReason
Auto Trait Implementations§
impl Freeze for LogReason
impl RefUnwindSafe for LogReason
impl Send for LogReason
impl Sync for LogReason
impl Unpin for LogReason
impl UnwindSafe for LogReason
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