#[repr(u32)]pub enum VesaDddbRespTimeTransition {
BlackToWhite = 0,
WhiteToBlack = 1,
}👎Deprecated since 0.3.0: use
VesaDisplayDeviceRespTimeTransition insteadVariants§
BlackToWhite = 0
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRespTimeTransition insteadWhiteToBlack = 1
👎Deprecated since 0.3.0: use
VesaDisplayDeviceRespTimeTransition insteadTrait Implementations§
Source§impl Clone for VesaDddbRespTimeTransition
impl Clone for VesaDddbRespTimeTransition
Source§fn clone(&self) -> VesaDddbRespTimeTransition
fn clone(&self) -> VesaDddbRespTimeTransition
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 VesaDddbRespTimeTransition
impl Debug for VesaDddbRespTimeTransition
Source§impl From<u32> for VesaDddbRespTimeTransition
impl From<u32> for VesaDddbRespTimeTransition
Source§fn from(
value: di_cta_vesa_dddb_resp_time_transition,
) -> VesaDddbRespTimeTransition
fn from( value: di_cta_vesa_dddb_resp_time_transition, ) -> VesaDddbRespTimeTransition
Converts to this type from the input type.
Source§impl PartialEq for VesaDddbRespTimeTransition
impl PartialEq for VesaDddbRespTimeTransition
Source§fn eq(&self, other: &VesaDddbRespTimeTransition) -> bool
fn eq(&self, other: &VesaDddbRespTimeTransition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VesaDddbRespTimeTransition
impl Eq for VesaDddbRespTimeTransition
impl StructuralPartialEq for VesaDddbRespTimeTransition
Auto Trait Implementations§
impl Freeze for VesaDddbRespTimeTransition
impl RefUnwindSafe for VesaDddbRespTimeTransition
impl Send for VesaDddbRespTimeTransition
impl Sync for VesaDddbRespTimeTransition
impl Unpin for VesaDddbRespTimeTransition
impl UnwindSafe for VesaDddbRespTimeTransition
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