pub enum TargetEndian {
Native,
Big,
Little,
}
Variants§
Trait Implementations§
Source§impl Clone for TargetEndian
impl Clone for TargetEndian
Source§fn clone(&self) -> TargetEndian
fn clone(&self) -> TargetEndian
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 TargetEndian
impl Debug for TargetEndian
impl Copy for TargetEndian
Auto Trait Implementations§
impl Freeze for TargetEndian
impl RefUnwindSafe for TargetEndian
impl Send for TargetEndian
impl Sync for TargetEndian
impl Unpin for TargetEndian
impl UnwindSafe for TargetEndian
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