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