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 Freeze for Maintenance1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)