Struct drm_sys::drm_version[][src]

#[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_intversion_minor: c_intversion_patchlevel: c_intname_len: __kernel_size_tname: *mut c_chardate_len: __kernel_size_tdate: *mut c_chardesc_len: __kernel_size_tdesc: *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 ==. 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 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.