pub enum DeviceNSubtype {
DeviceN,
NChannel,
}
Expand description
Type of n-dimensional color space.
Variants§
Auto Trait Implementations§
impl Freeze for DeviceNSubtype
impl RefUnwindSafe for DeviceNSubtype
impl Send for DeviceNSubtype
impl Sync for DeviceNSubtype
impl Unpin for DeviceNSubtype
impl UnwindSafe for DeviceNSubtype
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