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 moreAuto Trait Implementations§
impl RefUnwindSafe for Maintenance1
impl Send for Maintenance1
impl Sync for Maintenance1
impl Unpin for Maintenance1
impl UnwindSafe for Maintenance1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more