#[repr(C)]pub struct drm_amdgpu_info_vram_gtt {
pub vram_size: c_ulonglong,
pub vram_cpu_accessible_size: c_ulonglong,
pub gtt_size: c_ulonglong,
}Fields§
§vram_size: c_ulonglong§vram_cpu_accessible_size: c_ulonglong§gtt_size: c_ulonglongTrait Implementations§
source§impl Clone for drm_amdgpu_info_vram_gtt
impl Clone for drm_amdgpu_info_vram_gtt
source§fn clone(&self) -> drm_amdgpu_info_vram_gtt
fn clone(&self) -> drm_amdgpu_info_vram_gtt
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_amdgpu_info_vram_gtt
impl Debug for drm_amdgpu_info_vram_gtt
impl Copy for drm_amdgpu_info_vram_gtt
Auto Trait Implementations§
impl RefUnwindSafe for drm_amdgpu_info_vram_gtt
impl Send for drm_amdgpu_info_vram_gtt
impl Sync for drm_amdgpu_info_vram_gtt
impl Unpin for drm_amdgpu_info_vram_gtt
impl UnwindSafe for drm_amdgpu_info_vram_gtt
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