Enum magick_rust::bindings::StretchType
source · #[repr(u32)]pub enum StretchType {
Undefined = 0,
Normal = 1,
UltraCondensed = 2,
ExtraCondensed = 3,
Condensed = 4,
SemiCondensed = 5,
SemiExpanded = 6,
Expanded = 7,
ExtraExpanded = 8,
UltraExpanded = 9,
Any = 10,
}
Variants§
Undefined = 0
Normal = 1
UltraCondensed = 2
ExtraCondensed = 3
Condensed = 4
SemiCondensed = 5
SemiExpanded = 6
Expanded = 7
ExtraExpanded = 8
UltraExpanded = 9
Any = 10
Trait Implementations§
source§impl Clone for StretchType
impl Clone for StretchType
source§fn clone(&self) -> StretchType
fn clone(&self) -> StretchType
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 StretchType
impl Debug for StretchType
source§impl Hash for StretchType
impl Hash for StretchType
source§impl PartialEq for StretchType
impl PartialEq for StretchType
source§fn eq(&self, other: &StretchType) -> bool
fn eq(&self, other: &StretchType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StretchType
impl Eq for StretchType
impl StructuralPartialEq for StretchType
Auto Trait Implementations§
impl Freeze for StretchType
impl RefUnwindSafe for StretchType
impl Send for StretchType
impl Sync for StretchType
impl Unpin for StretchType
impl UnwindSafe for StretchType
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
)