#[repr(C)]pub struct SparseImageMemoryBind {
pub subresource: ImageSubresource,
pub offset: Offset3D,
pub extent: Extent3D,
pub memory: DeviceMemory,
pub memoryOffset: DeviceSize,
pub flags: SparseMemoryBindFlags,
}
Fields§
§subresource: ImageSubresource
§offset: Offset3D
§extent: Extent3D
§memory: DeviceMemory
§memoryOffset: DeviceSize
§flags: SparseMemoryBindFlags
Auto Trait Implementations§
impl Freeze for SparseImageMemoryBind
impl RefUnwindSafe for SparseImageMemoryBind
impl Send for SparseImageMemoryBind
impl Sync for SparseImageMemoryBind
impl Unpin for SparseImageMemoryBind
impl UnwindSafe for SparseImageMemoryBind
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