Enum magick_rust::bindings::EndianType
source · #[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 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 EndianType
impl Debug for EndianType
source§impl Hash for EndianType
impl Hash for EndianType
source§impl PartialEq for EndianType
impl PartialEq for EndianType
source§fn eq(&self, other: &EndianType) -> bool
fn eq(&self, other: &EndianType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)