#[repr(u32)]pub enum VesaDddbScanDirection {
Undefined = 0,
FastLongSlowShort = 1,
FastShortSlowLong = 2,
}👎Deprecated since 0.3.0: use
VesaDddbScanDirection insteadVariants§
Undefined = 0
👎Deprecated since 0.3.0: use
VesaDddbScanDirection insteadFastLongSlowShort = 1
👎Deprecated since 0.3.0: use
VesaDddbScanDirection insteadFastShortSlowLong = 2
👎Deprecated since 0.3.0: use
VesaDddbScanDirection insteadTrait Implementations§
Source§impl Clone for VesaDddbScanDirection
impl Clone for VesaDddbScanDirection
Source§fn clone(&self) -> VesaDddbScanDirection
fn clone(&self) -> VesaDddbScanDirection
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 VesaDddbScanDirection
impl Debug for VesaDddbScanDirection
Source§impl From<u32> for VesaDddbScanDirection
impl From<u32> for VesaDddbScanDirection
Source§fn from(value: di_cta_vesa_dddb_scan_direction) -> VesaDddbScanDirection
fn from(value: di_cta_vesa_dddb_scan_direction) -> VesaDddbScanDirection
Converts to this type from the input type.
Source§impl PartialEq for VesaDddbScanDirection
impl PartialEq for VesaDddbScanDirection
impl Copy for VesaDddbScanDirection
impl Eq for VesaDddbScanDirection
impl StructuralPartialEq for VesaDddbScanDirection
Auto Trait Implementations§
impl Freeze for VesaDddbScanDirection
impl RefUnwindSafe for VesaDddbScanDirection
impl Send for VesaDddbScanDirection
impl Sync for VesaDddbScanDirection
impl Unpin for VesaDddbScanDirection
impl UnwindSafe for VesaDddbScanDirection
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