pub type drm_agp_buffer_t = drm_agp_buffer;
Aliased Type§
struct drm_agp_buffer_t {
pub size: u64,
pub handle: u64,
pub type_: u64,
pub physical: u64,
}
Fields§
§size: u64
§handle: u64
§type_: u64
§physical: u64
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