Struct drm_sys::drm_version

source ·
#[repr(C)]
pub struct drm_version { pub version_major: c_int, pub version_minor: c_int, pub version_patchlevel: c_int, pub name_len: __kernel_size_t, pub name: *mut c_char, pub date_len: __kernel_size_t, pub date: *mut c_char, pub desc_len: __kernel_size_t, pub desc: *mut c_char, }

Fields§

§version_major: c_int§version_minor: c_int§version_patchlevel: c_int§name_len: __kernel_size_t§name: *mut c_char§date_len: __kernel_size_t§date: *mut c_char§desc_len: __kernel_size_t§desc: *mut c_char

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.