Struct drm_sys::drm_set_version
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)