#[repr(C)]pub struct SparseMemoryBind {
pub resourceOffset: DeviceSize,
pub size: DeviceSize,
pub memory: DeviceMemory,
pub memoryOffset: DeviceSize,
pub flags: SparseMemoryBindFlags,
}
Fields§
§resourceOffset: DeviceSize
§size: DeviceSize
§memory: DeviceMemory
§memoryOffset: DeviceSize
§flags: SparseMemoryBindFlags
Trait Implementations§
Source§impl Clone for SparseMemoryBind
impl Clone for SparseMemoryBind
Source§fn clone(&self) -> SparseMemoryBind
fn clone(&self) -> SparseMemoryBind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SparseMemoryBind
Auto Trait Implementations§
impl Freeze for SparseMemoryBind
impl RefUnwindSafe for SparseMemoryBind
impl Send for SparseMemoryBind
impl Sync for SparseMemoryBind
impl Unpin for SparseMemoryBind
impl UnwindSafe for SparseMemoryBind
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