pub struct ExtExternalMemoryHostFn {
pub get_memory_host_pointer_properties_ext: unsafe extern "system" fn(Device, ExternalMemoryHandleTypeFlags, *const c_void, *mut MemoryHostPointerPropertiesEXT) -> Result,
}Fields
get_memory_host_pointer_properties_ext: unsafe extern "system" fn(Device, ExternalMemoryHandleTypeFlags, *const c_void, *mut MemoryHostPointerPropertiesEXT) -> ResultImplementations
Trait Implementations
sourceimpl Clone for ExtExternalMemoryHostFn
impl Clone for ExtExternalMemoryHostFn
sourcefn clone(&self) -> ExtExternalMemoryHostFn
fn clone(&self) -> ExtExternalMemoryHostFn
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 ExtExternalMemoryHostFn
impl Sync for ExtExternalMemoryHostFn
Auto Trait Implementations
impl RefUnwindSafe for ExtExternalMemoryHostFn
impl Unpin for ExtExternalMemoryHostFn
impl UnwindSafe for ExtExternalMemoryHostFn
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