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