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