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