#[repr(C)]
pub struct drm_mode_card_res { pub fb_id_ptr: __u64, pub crtc_id_ptr: __u64, pub connector_id_ptr: __u64, pub encoder_id_ptr: __u64, pub count_fbs: __u32, pub count_crtcs: __u32, pub count_connectors: __u32, pub count_encoders: __u32, pub min_width: __u32, pub max_width: __u32, pub min_height: __u32, pub max_height: __u32, }

Fields§

§fb_id_ptr: __u64§crtc_id_ptr: __u64§connector_id_ptr: __u64§encoder_id_ptr: __u64§count_fbs: __u32§count_crtcs: __u32§count_connectors: __u32§count_encoders: __u32§min_width: __u32§max_width: __u32§min_height: __u32§max_height: __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 ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.