#[repr(u32)]pub enum EndianType {
Undefined = 0,
LSB = 1,
MSB = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for EndianType
impl Clone for EndianType
Source§fn clone(&self) -> EndianType
fn clone(&self) -> EndianType
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 EndianType
impl Debug for EndianType
Source§impl Hash for EndianType
impl Hash for EndianType
Source§impl PartialEq for EndianType
impl PartialEq for EndianType
impl Copy for EndianType
impl Eq for EndianType
impl StructuralPartialEq for EndianType
Auto Trait Implementations§
impl Freeze for EndianType
impl RefUnwindSafe for EndianType
impl Send for EndianType
impl Sync for EndianType
impl Unpin for EndianType
impl UnwindSafe for EndianType
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