Struct drm_sys::drm_gem_open
source · #[repr(C)]pub struct drm_gem_open {
pub name: __u32,
pub handle: __u32,
pub size: __u64,
}
Fields§
§name: __u32
§handle: __u32
§size: __u64
Trait Implementations§
source§impl Clone for drm_gem_open
impl Clone for drm_gem_open
source§fn clone(&self) -> drm_gem_open
fn clone(&self) -> drm_gem_open
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_gem_open
impl Debug for drm_gem_open
source§impl Default for drm_gem_open
impl Default for drm_gem_open
source§fn default() -> drm_gem_open
fn default() -> drm_gem_open
Returns the “default value” for a type. Read more
source§impl Hash for drm_gem_open
impl Hash for drm_gem_open
source§impl PartialEq for drm_gem_open
impl PartialEq for drm_gem_open
source§fn eq(&self, other: &drm_gem_open) -> bool
fn eq(&self, other: &drm_gem_open) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_gem_open
impl Eq for drm_gem_open
impl StructuralPartialEq for drm_gem_open
Auto Trait Implementations§
impl Freeze for drm_gem_open
impl RefUnwindSafe for drm_gem_open
impl Send for drm_gem_open
impl Sync for drm_gem_open
impl Unpin for drm_gem_open
impl UnwindSafe for drm_gem_open
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