#[repr(C)]
pub struct drm_mode_modeinfo {
Show 15 fields pub clock: __u32, pub hdisplay: __u16, pub hsync_start: __u16, pub hsync_end: __u16, pub htotal: __u16, pub hskew: __u16, pub vdisplay: __u16, pub vsync_start: __u16, pub vsync_end: __u16, pub vtotal: __u16, pub vscan: __u16, pub vrefresh: __u32, pub flags: __u32, pub type_: __u32, pub name: [c_char; 32],
}

Fields§

§clock: __u32§hdisplay: __u16§hsync_start: __u16§hsync_end: __u16§htotal: __u16§hskew: __u16§vdisplay: __u16§vsync_start: __u16§vsync_end: __u16§vtotal: __u16§vscan: __u16§vrefresh: __u32§flags: __u32§type_: __u32§name: [c_char; 32]

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.