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