Struct ash::extensions::khr::Maintenance3
source · pub struct Maintenance3 { /* private fields */ }
Implementations§
source§impl Maintenance3
impl Maintenance3
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn get_descriptor_set_layout_support(
&self,
create_info: &DescriptorSetLayoutCreateInfo,
out: &mut DescriptorSetLayoutSupportKHR
)
pub unsafe fn get_descriptor_set_layout_support( &self, create_info: &DescriptorSetLayoutCreateInfo, out: &mut DescriptorSetLayoutSupportKHR )
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrMaintenance3Fn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for Maintenance3
impl Clone for Maintenance3
source§fn clone(&self) -> Maintenance3
fn clone(&self) -> Maintenance3
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 Maintenance3
impl RefUnwindSafe for Maintenance3
impl Send for Maintenance3
impl Sync for Maintenance3
impl Unpin for Maintenance3
impl UnwindSafe for Maintenance3
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