Enum lcms2_sys::ffi::CurveSegSignature
source · #[non_exhaustive]#[repr(u32)]pub enum CurveSegSignature {
FormulaCurveSeg = 1_885_434_470,
SampledCurveSeg = 1_935_764_838,
SegmentedCurve = 1_668_641_382,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
FormulaCurveSeg = 1_885_434_470
‘parf’
SampledCurveSeg = 1_935_764_838
‘samf’
SegmentedCurve = 1_668_641_382
‘curf’
Trait Implementations§
source§impl Clone for CurveSegSignature
impl Clone for CurveSegSignature
source§fn clone(&self) -> CurveSegSignature
fn clone(&self) -> CurveSegSignature
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 CurveSegSignature
impl Debug for CurveSegSignature
source§impl Hash for CurveSegSignature
impl Hash for CurveSegSignature
source§impl PartialEq for CurveSegSignature
impl PartialEq for CurveSegSignature
source§fn eq(&self, other: &CurveSegSignature) -> bool
fn eq(&self, other: &CurveSegSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CurveSegSignature
impl Eq for CurveSegSignature
impl StructuralPartialEq for CurveSegSignature
Auto Trait Implementations§
impl RefUnwindSafe for CurveSegSignature
impl Send for CurveSegSignature
impl Sync for CurveSegSignature
impl Unpin for CurveSegSignature
impl UnwindSafe for CurveSegSignature
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