pub struct VermilionSection(pub usize, pub usize);
Tuple Fields§
§0: usize
§1: usize
Trait Implementations§
Source§impl Clone for VermilionSection
impl Clone for VermilionSection
Source§fn clone(&self) -> VermilionSection
fn clone(&self) -> VermilionSection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VermilionSection
impl RefUnwindSafe for VermilionSection
impl Send for VermilionSection
impl Sync for VermilionSection
impl Unpin for VermilionSection
impl UnwindSafe for VermilionSection
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