pub struct McmetaOverlaysEntriesFormats {
pub min_inclusive: u8,
pub max_inclusive: u8,
}
Expand description
Describes a range for pack formats when this overlay should be active.
Fields§
§min_inclusive: u8
Minimum Pack format number.
max_inclusive: u8
Maximum Pack format number.
Trait Implementations§
Source§impl Clone for McmetaOverlaysEntriesFormats
impl Clone for McmetaOverlaysEntriesFormats
Source§fn clone(&self) -> McmetaOverlaysEntriesFormats
fn clone(&self) -> McmetaOverlaysEntriesFormats
Returns a duplicate 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 moreSource§impl Debug for McmetaOverlaysEntriesFormats
impl Debug for McmetaOverlaysEntriesFormats
Source§impl<'de> Deserialize<'de> for McmetaOverlaysEntriesFormats
impl<'de> Deserialize<'de> for McmetaOverlaysEntriesFormats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for McmetaOverlaysEntriesFormats
impl PartialEq for McmetaOverlaysEntriesFormats
Source§fn eq(&self, other: &McmetaOverlaysEntriesFormats) -> bool
fn eq(&self, other: &McmetaOverlaysEntriesFormats) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for McmetaOverlaysEntriesFormats
impl StructuralPartialEq for McmetaOverlaysEntriesFormats
Auto Trait Implementations§
impl Freeze for McmetaOverlaysEntriesFormats
impl RefUnwindSafe for McmetaOverlaysEntriesFormats
impl Send for McmetaOverlaysEntriesFormats
impl Sync for McmetaOverlaysEntriesFormats
impl Unpin for McmetaOverlaysEntriesFormats
impl UnwindSafe for McmetaOverlaysEntriesFormats
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