pub type drm_agp_binding_t = drm_agp_binding;
Aliased Type§
struct drm_agp_binding_t {
pub handle: u64,
pub offset: u64,
}
Fields§
§handle: u64
§offset: u64
Trait Implementations
Source§impl Clone for drm_agp_binding
impl Clone for drm_agp_binding
Source§fn clone(&self) -> drm_agp_binding
fn clone(&self) -> drm_agp_binding
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_binding
impl Debug for drm_agp_binding
Source§impl Default for drm_agp_binding
impl Default for drm_agp_binding
Source§fn default() -> drm_agp_binding
fn default() -> drm_agp_binding
Returns the “default value” for a type. Read more