pub struct M;
Available on crate features
unstable
and views
and default_ui
only.Expand description
Medium variant
Auto Trait Implementations§
impl Freeze for M
impl RefUnwindSafe for M
impl Send for M
impl Sync for M
impl Unpin for M
impl UnwindSafe for M
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