#[repr(transparent)]pub struct LoggingType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl LoggingType
impl LoggingType
pub const SILENT: LoggingType
pub const PER_MINIMIZER_ITERATION: LoggingType
Trait Implementations§
Source§impl Clone for LoggingType
impl Clone for LoggingType
Source§fn clone(&self) -> LoggingType
fn clone(&self) -> LoggingType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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