pub enum Dots {
Dots5x8 = 0,
Dots5x10 = 4,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dots
impl RefUnwindSafe for Dots
impl Send for Dots
impl Sync for Dots
impl Unpin for Dots
impl UnwindSafe for Dots
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