Struct drm_ffi::drm_mode_get_connector[][src]

#[repr(C)]
pub struct drm_mode_get_connector {
Show 16 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.