pub struct DoubleSix { /* private fields */ }Expand description
Two rows of six labels used in double-six configurations.
Implementations§
Trait Implementations§
impl Copy for DoubleSix
impl Eq for DoubleSix
impl StructuralPartialEq for DoubleSix
Auto Trait Implementations§
impl Freeze for DoubleSix
impl RefUnwindSafe for DoubleSix
impl Send for DoubleSix
impl Sync for DoubleSix
impl Unpin for DoubleSix
impl UnsafeUnpin for DoubleSix
impl UnwindSafe for DoubleSix
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