Struct ash::extensions::khr::Maintenance1   
source · pub struct Maintenance1 { /* private fields */ }Implementations§
source§impl Maintenance1
 
impl Maintenance1
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn trim_command_pool(
    &self,
    command_pool: CommandPool,
    flags: CommandPoolTrimFlagsKHR
)
 
pub unsafe fn trim_command_pool( &self, command_pool: CommandPool, flags: CommandPoolTrimFlagsKHR )
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrMaintenance1Fn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for Maintenance1
 
impl Clone for Maintenance1
source§fn clone(&self) -> Maintenance1
 
fn clone(&self) -> Maintenance1
Returns a copy 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 more