Enum magick_rust::bindings::OrientationType
source · #[repr(u32)]pub enum OrientationType {
Undefined = 0,
TopLeft = 1,
TopRight = 2,
BottomRight = 3,
BottomLeft = 4,
LeftTop = 5,
RightTop = 6,
RightBottom = 7,
LeftBottom = 8,
}
Variants§
Undefined = 0
TopLeft = 1
TopRight = 2
BottomRight = 3
BottomLeft = 4
LeftTop = 5
RightTop = 6
RightBottom = 7
LeftBottom = 8
Trait Implementations§
source§impl Clone for OrientationType
impl Clone for OrientationType
source§fn clone(&self) -> OrientationType
fn clone(&self) -> OrientationType
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 OrientationType
impl Debug for OrientationType
source§impl Hash for OrientationType
impl Hash for OrientationType
source§impl PartialEq for OrientationType
impl PartialEq for OrientationType
source§fn eq(&self, other: &OrientationType) -> bool
fn eq(&self, other: &OrientationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OrientationType
impl Eq for OrientationType
impl StructuralPartialEq for OrientationType
Auto Trait Implementations§
impl Freeze for OrientationType
impl RefUnwindSafe for OrientationType
impl Send for OrientationType
impl Sync for OrientationType
impl Unpin for OrientationType
impl UnwindSafe for OrientationType
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
)