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