pub enum TargetEndian {
big,
little,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TargetEndian
impl Clone for TargetEndian
Source§fn clone(&self) -> TargetEndian
fn clone(&self) -> TargetEndian
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 TargetEndian
impl Debug for TargetEndian
Source§impl Default for TargetEndian
impl Default for TargetEndian
Source§fn default() -> TargetEndian
fn default() -> TargetEndian
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetEndian
impl<'de> Deserialize<'de> for TargetEndian
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TargetEndian
impl Display for TargetEndian
Source§impl PartialEq for TargetEndian
impl PartialEq for TargetEndian
Source§impl Serialize for TargetEndian
impl Serialize for TargetEndian
impl Copy for TargetEndian
impl Eq for TargetEndian
impl StructuralPartialEq 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