struct GpuMemoryDesc {
planes: [GpuMemoryPlaneDesc; 3],
}Fields§
§planes: [GpuMemoryPlaneDesc; 3]Trait Implementations§
Source§impl Debug for GpuMemoryDesc
impl Debug for GpuMemoryDesc
Source§impl Default for GpuMemoryDesc
impl Default for GpuMemoryDesc
Source§fn default() -> GpuMemoryDesc
fn default() -> GpuMemoryDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GpuMemoryDesc
impl RefUnwindSafe for GpuMemoryDesc
impl Send for GpuMemoryDesc
impl Sync for GpuMemoryDesc
impl Unpin for GpuMemoryDesc
impl UnwindSafe for GpuMemoryDesc
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