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