#[repr(transparent)]pub struct LogLev {
pub repr: u8,
}
Fields§
§repr: u8
Implementations§
Trait Implementations§
Source§impl ExternType for LogLev
impl ExternType for LogLev
impl Copy for LogLev
impl Eq for LogLev
impl StructuralPartialEq for LogLev
Auto Trait Implementations§
impl Freeze for LogLev
impl RefUnwindSafe for LogLev
impl Send for LogLev
impl Sync for LogLev
impl Unpin for LogLev
impl UnwindSafe for LogLev
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