#[repr(u32)]pub enum VesaDisplayDeviceDitheringType {
None = 0,
Spacial = 1,
Temporal = 2,
SpatialAndTemporal = 3,
}Available on crate feature
v0_3 only.Variants§
Trait Implementations§
Source§impl Clone for VesaDisplayDeviceDitheringType
impl Clone for VesaDisplayDeviceDitheringType
Source§fn clone(&self) -> VesaDisplayDeviceDitheringType
fn clone(&self) -> VesaDisplayDeviceDitheringType
Returns a duplicate 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 From<u32> for VesaDisplayDeviceDitheringType
impl From<u32> for VesaDisplayDeviceDitheringType
Source§fn from(
value: di_cta_vesa_display_device_dithering_type,
) -> VesaDisplayDeviceDitheringType
fn from( value: di_cta_vesa_display_device_dithering_type, ) -> VesaDisplayDeviceDitheringType
Converts to this type from the input type.
Source§impl PartialEq for VesaDisplayDeviceDitheringType
impl PartialEq for VesaDisplayDeviceDitheringType
Source§fn eq(&self, other: &VesaDisplayDeviceDitheringType) -> bool
fn eq(&self, other: &VesaDisplayDeviceDitheringType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VesaDisplayDeviceDitheringType
impl Eq for VesaDisplayDeviceDitheringType
impl StructuralPartialEq for VesaDisplayDeviceDitheringType
Auto Trait Implementations§
impl Freeze for VesaDisplayDeviceDitheringType
impl RefUnwindSafe for VesaDisplayDeviceDitheringType
impl Send for VesaDisplayDeviceDitheringType
impl Sync for VesaDisplayDeviceDitheringType
impl Unpin for VesaDisplayDeviceDitheringType
impl UnwindSafe for VesaDisplayDeviceDitheringType
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