pub struct KhrBindMemory2Fn {
pub bind_buffer_memory2_khr: unsafe extern "system" fn(Device, u32, *const BindBufferMemoryInfo) -> Result,
pub bind_image_memory2_khr: unsafe extern "system" fn(Device, u32, *const BindImageMemoryInfo) -> Result,
}Fields
bind_buffer_memory2_khr: unsafe extern "system" fn(Device, u32, *const BindBufferMemoryInfo) -> Resultbind_image_memory2_khr: unsafe extern "system" fn(Device, u32, *const BindImageMemoryInfo) -> ResultImplementations
Trait Implementations
sourceimpl Clone for KhrBindMemory2Fn
impl Clone for KhrBindMemory2Fn
sourcefn clone(&self) -> KhrBindMemory2Fn
fn clone(&self) -> KhrBindMemory2Fn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for KhrBindMemory2Fn
impl Sync for KhrBindMemory2Fn
Auto Trait Implementations
impl RefUnwindSafe for KhrBindMemory2Fn
impl Unpin for KhrBindMemory2Fn
impl UnwindSafe for KhrBindMemory2Fn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more