Enum malwaredb_types::exec::Ordering
source · pub enum Ordering {
BigEndian,
LittleEndian,
BiEndian,
}
Variants§
BigEndian
Big Endian, Most Significant Byte (MSB) is first
LittleEndian
Little Endian, Least Significant Byte (LSB) is first
BiEndian
An application which may use both in the same file
Trait Implementations§
source§impl PartialEq<Ordering> for Ordering
impl PartialEq<Ordering> for Ordering
impl Copy for Ordering
impl Eq for Ordering
impl StructuralEq for Ordering
impl StructuralPartialEq for Ordering
Auto Trait Implementations§
impl RefUnwindSafe for Ordering
impl Send for Ordering
impl Sync for Ordering
impl Unpin for Ordering
impl UnwindSafe for Ordering
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