#[repr(u32)]pub enum VesaDddbRotationCap {
None = 0,
_90DEG_CLOCKWISE = 1,
_90DEG_COUNTERCLOCKWISE = 2,
_90DEG_EITHER = 3,
}👎Deprecated since 0.3.0: use
VesaDisplayDeviceRotationCap insteadVariants§
None = 0
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRotationCap instead_90DEG_CLOCKWISE = 1
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRotationCap instead_90DEG_COUNTERCLOCKWISE = 2
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRotationCap instead_90DEG_EITHER = 3
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRotationCap insteadTrait Implementations§
Source§impl Clone for VesaDddbRotationCap
impl Clone for VesaDddbRotationCap
Source§fn clone(&self) -> VesaDddbRotationCap
fn clone(&self) -> VesaDddbRotationCap
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 VesaDddbRotationCap
impl Debug for VesaDddbRotationCap
Source§impl From<u32> for VesaDddbRotationCap
impl From<u32> for VesaDddbRotationCap
Source§fn from(value: di_cta_vesa_dddb_rotation_cap) -> VesaDddbRotationCap
fn from(value: di_cta_vesa_dddb_rotation_cap) -> VesaDddbRotationCap
Converts to this type from the input type.
Source§impl PartialEq for VesaDddbRotationCap
impl PartialEq for VesaDddbRotationCap
impl Copy for VesaDddbRotationCap
impl Eq for VesaDddbRotationCap
impl StructuralPartialEq for VesaDddbRotationCap
Auto Trait Implementations§
impl Freeze for VesaDddbRotationCap
impl RefUnwindSafe for VesaDddbRotationCap
impl Send for VesaDddbRotationCap
impl Sync for VesaDddbRotationCap
impl Unpin for VesaDddbRotationCap
impl UnwindSafe for VesaDddbRotationCap
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