[−][src]Struct ash::vk::KhrBindMemory2Fn
Fields
bind_buffer_memory2_khr: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindBufferMemoryInfo) -> Result
bind_image_memory2_khr: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindImageMemoryInfo) -> Result
Methods
impl KhrBindMemory2Fn
[src][−]
impl KhrBindMemory2Fn
[src][−]
pub fn load<F>(_f: F) -> Self where
F: FnMut(&CStr) -> *const c_void,
[src]
F: FnMut(&CStr) -> *const c_void,
pub unsafe fn bind_buffer_memory2_khr(
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindBufferMemoryInfo
) -> Result
[src][−]
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindBufferMemoryInfo
) -> Result
pub unsafe fn bind_image_memory2_khr(
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindImageMemoryInfo
) -> Result
[src][−]
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindImageMemoryInfo
) -> Result
Trait Implementations
impl Clone for KhrBindMemory2Fn
[src][+]
impl Send for KhrBindMemory2Fn
[src]
impl Sync for KhrBindMemory2Fn
[src]
Auto Trait Implementations
impl RefUnwindSafe for KhrBindMemory2Fn
impl Unpin for KhrBindMemory2Fn
impl UnwindSafe for KhrBindMemory2Fn
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,