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