Struct grib::TemplateInfo
source · pub struct TemplateInfo(pub u8, pub u16);
Tuple Fields§
§0: u8
§1: u16
Implementations§
Trait Implementations§
source§impl Clone for TemplateInfo
impl Clone for TemplateInfo
source§fn clone(&self) -> TemplateInfo
fn clone(&self) -> TemplateInfo
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 moresource§impl Debug for TemplateInfo
impl Debug for TemplateInfo
source§impl Display for TemplateInfo
impl Display for TemplateInfo
source§impl Hash for TemplateInfo
impl Hash for TemplateInfo
source§impl Ord for TemplateInfo
impl Ord for TemplateInfo
source§fn cmp(&self, other: &TemplateInfo) -> Ordering
fn cmp(&self, other: &TemplateInfo) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TemplateInfo
impl PartialEq for TemplateInfo
source§fn eq(&self, other: &TemplateInfo) -> bool
fn eq(&self, other: &TemplateInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TemplateInfo
impl PartialOrd for TemplateInfo
source§fn partial_cmp(&self, other: &TemplateInfo) -> Option<Ordering>
fn partial_cmp(&self, other: &TemplateInfo) -> Option<Ordering>
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 Eq for TemplateInfo
impl StructuralPartialEq for TemplateInfo
Auto Trait Implementations§
impl Freeze for TemplateInfo
impl RefUnwindSafe for TemplateInfo
impl Send for TemplateInfo
impl Sync for TemplateInfo
impl Unpin for TemplateInfo
impl UnwindSafe for TemplateInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)