Type Alias intel_gpu::native::drm_agp_mode_t
source · pub type drm_agp_mode_t = drm_agp_mode;
Aliased Type§
struct drm_agp_mode_t {
pub mode: u64,
}
Fields§
§mode: u64
Trait Implementations
source§impl Clone for drm_agp_mode
impl Clone for drm_agp_mode
source§fn clone(&self) -> drm_agp_mode
fn clone(&self) -> drm_agp_mode
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 more