#[repr(C)]pub struct drm_set_version {
pub drm_di_major: c_int,
pub drm_di_minor: c_int,
pub drm_dd_major: c_int,
pub drm_dd_minor: c_int,
}
Fields§
§drm_di_major: c_int
§drm_di_minor: c_int
§drm_dd_major: c_int
§drm_dd_minor: c_int
Trait Implementations§
Source§impl Clone for drm_set_version
impl Clone for drm_set_version
Source§fn clone(&self) -> drm_set_version
fn clone(&self) -> drm_set_version
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for drm_set_version
impl Debug for drm_set_version
Source§impl Default for drm_set_version
impl Default for drm_set_version
Source§fn default() -> drm_set_version
fn default() -> drm_set_version
Returns the “default value” for a type. Read more
Source§impl Hash for drm_set_version
impl Hash for drm_set_version
Source§impl PartialEq for drm_set_version
impl PartialEq for drm_set_version
impl Copy for drm_set_version
impl Eq for drm_set_version
impl StructuralPartialEq for drm_set_version
Auto Trait Implementations§
impl Freeze for drm_set_version
impl RefUnwindSafe for drm_set_version
impl Send for drm_set_version
impl Sync for drm_set_version
impl Unpin for drm_set_version
impl UnwindSafe for drm_set_version
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more