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