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