Struct drm_ffi::drm_mode_get_connector[][src]

#[repr(C)]
pub struct drm_mode_get_connector {
Show fields pub encoders_ptr: u64, pub modes_ptr: u64, pub props_ptr: u64, pub prop_values_ptr: u64, pub count_modes: u32, pub count_props: u32, pub count_encoders: u32, pub encoder_id: u32, pub connector_id: u32, pub connector_type: u32, pub connector_type_id: u32, pub connection: u32, pub mm_width: u32, pub mm_height: u32, pub subpixel: u32, pub pad: u32,
}

Fields

encoders_ptr: u64modes_ptr: u64props_ptr: u64prop_values_ptr: u64count_modes: u32count_props: u32count_encoders: u32encoder_id: u32connector_id: u32connector_type: u32connector_type_id: u32connection: u32mm_width: u32mm_height: u32subpixel: u32pad: u32

Trait Implementations

impl Clone for drm_mode_get_connector[src]

impl Copy for drm_mode_get_connector[src]

impl Debug for drm_mode_get_connector[src]

impl Default for drm_mode_get_connector[src]

impl Eq for drm_mode_get_connector[src]

impl Hash for drm_mode_get_connector[src]

impl PartialEq<drm_mode_get_connector> for drm_mode_get_connector[src]

impl StructuralEq for drm_mode_get_connector[src]

impl StructuralPartialEq for drm_mode_get_connector[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.