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