Struct ash::vk::KhrMaintenance1Fn [−][src]
pub struct KhrMaintenance1Fn { pub trim_command_pool_khr: extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags) -> c_void, }
Fields
trim_command_pool_khr: extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags) -> c_void
Implementations
pub unsafe fn trim_command_pool_khr(
&self,
device: Device,
command_pool: CommandPool,
flags: CommandPoolTrimFlags
) -> c_void
pub unsafe fn trim_command_pool_khr(
&self,
device: Device,
command_pool: CommandPool,
flags: CommandPoolTrimFlags
) -> c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KhrMaintenance1Fn
impl Unpin for KhrMaintenance1Fn
impl UnwindSafe for KhrMaintenance1Fn
Blanket Implementations
Mutably borrows from an owned value. Read more