#[repr(u32)]pub enum DataBlockTag {
Show 20 variants
ProductId = 0,
DisplayParams = 1,
ColorCharact = 2,
TypeITiming = 3,
TypeIITiming = 4,
TypeIIITiming = 5,
TypIVTiming = 6,
VesaTiming = 7,
CeaTiming = 8,
TimingRangeLimits = 9,
ProductSerial = 10,
AsciiString = 11,
DisplayDeviceData = 12,
InterfacePowerSeq = 13,
TransferCharact = 14,
DisplayInterface = 15,
StereoDisplayInterface = 16,
TypeVTiming = 17,
TiledDisplayTopo = 18,
TypeVITiming = 19,
}
Expand description
DisplayID data block tag.
Variants§
ProductId = 0
DisplayParams = 1
ColorCharact = 2
TypeITiming = 3
TypeIITiming = 4
TypeIIITiming = 5
TypIVTiming = 6
VesaTiming = 7
CeaTiming = 8
TimingRangeLimits = 9
ProductSerial = 10
AsciiString = 11
DisplayDeviceData = 12
InterfacePowerSeq = 13
TransferCharact = 14
DisplayInterface = 15
StereoDisplayInterface = 16
TypeVTiming = 17
TiledDisplayTopo = 18
TypeVITiming = 19
Trait Implementations§
Source§impl Clone for DataBlockTag
impl Clone for DataBlockTag
Source§fn clone(&self) -> DataBlockTag
fn clone(&self) -> DataBlockTag
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 DataBlockTag
impl Debug for DataBlockTag
Source§impl From<u32> for DataBlockTag
impl From<u32> for DataBlockTag
Source§fn from(value: di_displayid_product_type) -> DataBlockTag
fn from(value: di_displayid_product_type) -> DataBlockTag
Converts to this type from the input type.
Source§impl PartialEq for DataBlockTag
impl PartialEq for DataBlockTag
impl Copy for DataBlockTag
impl Eq for DataBlockTag
impl StructuralPartialEq for DataBlockTag
Auto Trait Implementations§
impl Freeze for DataBlockTag
impl RefUnwindSafe for DataBlockTag
impl Send for DataBlockTag
impl Sync for DataBlockTag
impl Unpin for DataBlockTag
impl UnwindSafe for DataBlockTag
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