#[repr(u32)]pub enum VesaDddbDitheringType {
None = 0,
Spacial = 1,
Temporal = 2,
SpatialAndTemporal = 3,
}👎Deprecated since 0.3.0: use
VesaDisplayDeviceDitheringType insteadVariants§
None = 0
👎Deprecated since 0.3.0: use
VesaDisplayDeviceDitheringType insteadSpacial = 1
👎Deprecated since 0.3.0: use
VesaDisplayDeviceDitheringType insteadTemporal = 2
👎Deprecated since 0.3.0: use
VesaDisplayDeviceDitheringType insteadSpatialAndTemporal = 3
👎Deprecated since 0.3.0: use
VesaDisplayDeviceDitheringType insteadTrait Implementations§
Source§impl Clone for VesaDddbDitheringType
impl Clone for VesaDddbDitheringType
Source§fn clone(&self) -> VesaDddbDitheringType
fn clone(&self) -> VesaDddbDitheringType
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 Debug for VesaDddbDitheringType
impl Debug for VesaDddbDitheringType
Source§impl From<u32> for VesaDddbDitheringType
impl From<u32> for VesaDddbDitheringType
Source§fn from(value: di_cta_vesa_dddb_dithering_type) -> VesaDddbDitheringType
fn from(value: di_cta_vesa_dddb_dithering_type) -> VesaDddbDitheringType
Converts to this type from the input type.
Source§impl PartialEq for VesaDddbDitheringType
impl PartialEq for VesaDddbDitheringType
impl Copy for VesaDddbDitheringType
impl Eq for VesaDddbDitheringType
impl StructuralPartialEq for VesaDddbDitheringType
Auto Trait Implementations§
impl Freeze for VesaDddbDitheringType
impl RefUnwindSafe for VesaDddbDitheringType
impl Send for VesaDddbDitheringType
impl Sync for VesaDddbDitheringType
impl Unpin for VesaDddbDitheringType
impl UnwindSafe for VesaDddbDitheringType
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