Enum pdl_compiler::ast::EndiannessValue
source · pub enum EndiannessValue {
LittleEndian,
BigEndian,
}
Variants§
Trait Implementations§
source§impl Clone for EndiannessValue
impl Clone for EndiannessValue
source§fn clone(&self) -> EndiannessValue
fn clone(&self) -> EndiannessValue
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 EndiannessValue
impl Debug for EndiannessValue
source§impl PartialEq for EndiannessValue
impl PartialEq for EndiannessValue
source§fn eq(&self, other: &EndiannessValue) -> bool
fn eq(&self, other: &EndiannessValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EndiannessValue
impl Serialize for EndiannessValue
impl Copy for EndiannessValue
impl Eq for EndiannessValue
impl StructuralPartialEq for EndiannessValue
Auto Trait Implementations§
impl Freeze for EndiannessValue
impl RefUnwindSafe for EndiannessValue
impl Send for EndiannessValue
impl Sync for EndiannessValue
impl Unpin for EndiannessValue
impl UnwindSafe for EndiannessValue
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