Enum abbau_types::EndianSpec
source · pub enum EndianSpec {
Implicit,
Little,
Big,
}
Expand description
Endian Specification
Variants§
Trait Implementations§
source§impl Clone for EndianSpec
impl Clone for EndianSpec
source§fn clone(&self) -> EndianSpec
fn clone(&self) -> EndianSpec
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 EndianSpec
impl Debug for EndianSpec
source§impl Hash for EndianSpec
impl Hash for EndianSpec
source§impl Ord for EndianSpec
impl Ord for EndianSpec
source§fn cmp(&self, other: &EndianSpec) -> Ordering
fn cmp(&self, other: &EndianSpec) -> 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<EndianSpec> for EndianSpec
impl PartialEq<EndianSpec> for EndianSpec
source§fn eq(&self, other: &EndianSpec) -> bool
fn eq(&self, other: &EndianSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EndianSpec> for EndianSpec
impl PartialOrd<EndianSpec> for EndianSpec
source§fn partial_cmp(&self, other: &EndianSpec) -> Option<Ordering>
fn partial_cmp(&self, other: &EndianSpec) -> 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 Copy for EndianSpec
impl Eq for EndianSpec
impl StructuralEq for EndianSpec
impl StructuralPartialEq for EndianSpec
Auto Trait Implementations§
impl RefUnwindSafe for EndianSpec
impl Send for EndianSpec
impl Sync for EndianSpec
impl Unpin for EndianSpec
impl UnwindSafe for EndianSpec
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