Enum drm_sys::drm_mode_subconnector [] [src]

#[repr(u32)]
pub enum drm_mode_subconnector { DRM_MODE_SUBCONNECTOR_Automatic, DRM_MODE_SUBCONNECTOR_DVID, DRM_MODE_SUBCONNECTOR_DVIA, DRM_MODE_SUBCONNECTOR_Composite, DRM_MODE_SUBCONNECTOR_SVIDEO, DRM_MODE_SUBCONNECTOR_Component, DRM_MODE_SUBCONNECTOR_SCART, }

Variants

Trait Implementations

impl Debug for drm_mode_subconnector
[src]

Formats the value using the given formatter.

impl Copy for drm_mode_subconnector
[src]

impl Clone for drm_mode_subconnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drm_mode_subconnector
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for drm_mode_subconnector
[src]

impl Hash for drm_mode_subconnector
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more