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