Struct minedmap_types::SectionY
source · pub struct SectionY(pub i32);Expand description
A section Y coordinate
Tuple Fields§
§0: i32Trait Implementations§
source§impl Ord for SectionY
impl Ord for SectionY
source§impl PartialEq for SectionY
impl PartialEq for SectionY
source§impl PartialOrd for SectionY
impl PartialOrd for SectionY
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for SectionY
impl Eq for SectionY
impl StructuralEq for SectionY
impl StructuralPartialEq for SectionY
Auto Trait Implementations§
impl RefUnwindSafe for SectionY
impl Send for SectionY
impl Sync for SectionY
impl Unpin for SectionY
impl UnwindSafe for SectionY
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