Struct drm_sys::drm_buf_map
source · #[repr(C)]pub struct drm_buf_map {
pub count: c_int,
pub virtual_: *mut c_void,
pub list: *mut drm_buf_pub,
}
Fields§
§count: c_int
§virtual_: *mut c_void
§list: *mut drm_buf_pub
Trait Implementations§
source§impl Clone for drm_buf_map
impl Clone for drm_buf_map
source§fn clone(&self) -> drm_buf_map
fn clone(&self) -> drm_buf_map
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_buf_map
impl Debug for drm_buf_map
source§impl Default for drm_buf_map
impl Default for drm_buf_map
source§impl Hash for drm_buf_map
impl Hash for drm_buf_map
source§impl PartialEq for drm_buf_map
impl PartialEq for drm_buf_map
source§fn eq(&self, other: &drm_buf_map) -> bool
fn eq(&self, other: &drm_buf_map) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_buf_map
impl Eq for drm_buf_map
impl StructuralPartialEq for drm_buf_map
Auto Trait Implementations§
impl Freeze for drm_buf_map
impl RefUnwindSafe for drm_buf_map
impl !Send for drm_buf_map
impl !Sync for drm_buf_map
impl Unpin for drm_buf_map
impl UnwindSafe for drm_buf_map
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