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