#[repr(transparent)]pub struct LoggingType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl LoggingType
impl LoggingType
pub const SILENT: Self
pub const PER_MINIMIZER_ITERATION: Self
Trait Implementations§
Source§impl Clone for LoggingType
impl Clone for LoggingType
Source§impl ExternType for LoggingType
impl ExternType for LoggingType
Source§impl PartialEq for LoggingType
impl PartialEq for LoggingType
impl Copy for LoggingType
impl Eq for LoggingType
impl StructuralPartialEq for LoggingType
Auto Trait Implementations§
impl Freeze for LoggingType
impl RefUnwindSafe for LoggingType
impl Send for LoggingType
impl Sync for LoggingType
impl Unpin for LoggingType
impl UnwindSafe for LoggingType
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