Struct Mute
#[repr(transparent)]pub struct Mute(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Mute
impl Ord for Mute
§impl PartialOrd for Mute
impl PartialOrd for Mute
impl Copy for Mute
impl Eq for Mute
impl StructuralPartialEq for Mute
Auto Trait Implementations§
impl Freeze for Mute
impl RefUnwindSafe for Mute
impl Send for Mute
impl Sync for Mute
impl Unpin for Mute
impl UnwindSafe for Mute
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