Enum lcms2_sys::ffi::PSResourceType
source · #[repr(u32)]pub enum PSResourceType {
PS_RESOURCE_CSA = 0,
PS_RESOURCE_CRD = 1,
}
Variants§
Trait Implementations§
source§impl Clone for PSResourceType
impl Clone for PSResourceType
source§fn clone(&self) -> PSResourceType
fn clone(&self) -> PSResourceType
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 PSResourceType
impl Debug for PSResourceType
source§impl PartialEq for PSResourceType
impl PartialEq for PSResourceType
source§fn eq(&self, other: &PSResourceType) -> bool
fn eq(&self, other: &PSResourceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PSResourceType
impl Eq for PSResourceType
impl StructuralPartialEq for PSResourceType
Auto Trait Implementations§
impl RefUnwindSafe for PSResourceType
impl Send for PSResourceType
impl Sync for PSResourceType
impl Unpin for PSResourceType
impl UnwindSafe for PSResourceType
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