Enum target_lexicon::Endianness [−][src]
pub enum Endianness { Little, Big, }
The target memory endianness.
Variants
Trait Implementations
impl Clone for Endianness
[src]
impl Clone for Endianness
[src]fn clone(&self) -> Endianness
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for Endianness
[src]
impl Hash for Endianness
[src]impl PartialEq<Endianness> for Endianness
[src]
impl PartialEq<Endianness> for Endianness
[src]fn eq(&self, other: &Endianness) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for Endianness
[src]
impl Eq for Endianness
[src]
impl StructuralEq for Endianness
[src]
impl StructuralPartialEq for Endianness
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.