pub struct DummyBufferHandle { /* private fields */ }Expand description
Dummy buffer handle.
Implementations§
Source§impl DummyBufferHandle
impl DummyBufferHandle
Sourcepub fn memory_type(&self) -> MkMemoryType
pub fn memory_type(&self) -> MkMemoryType
Get the memory type.
Trait Implementations§
Source§impl Clone for DummyBufferHandle
impl Clone for DummyBufferHandle
Source§fn clone(&self) -> DummyBufferHandle
fn clone(&self) -> DummyBufferHandle
Returns a duplicate 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 DummyBufferHandle
impl Debug for DummyBufferHandle
impl Send for DummyBufferHandle
impl Sync for DummyBufferHandle
Auto Trait Implementations§
impl Freeze for DummyBufferHandle
impl RefUnwindSafe for DummyBufferHandle
impl Unpin for DummyBufferHandle
impl UnwindSafe for DummyBufferHandle
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