Struct ash::vk::KhrMaintenance3Fn
source · pub struct KhrMaintenance3Fn {
pub get_descriptor_set_layout_support_khr: PFN_vkGetDescriptorSetLayoutSupport,
}
Fields§
§get_descriptor_set_layout_support_khr: PFN_vkGetDescriptorSetLayoutSupport
Implementations§
Trait Implementations§
source§impl Clone for KhrMaintenance3Fn
impl Clone for KhrMaintenance3Fn
source§fn clone(&self) -> KhrMaintenance3Fn
fn clone(&self) -> KhrMaintenance3Fn
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 moreimpl Send for KhrMaintenance3Fn
impl Sync for KhrMaintenance3Fn
Auto Trait Implementations§
impl Freeze for KhrMaintenance3Fn
impl RefUnwindSafe for KhrMaintenance3Fn
impl Unpin for KhrMaintenance3Fn
impl UnwindSafe for KhrMaintenance3Fn
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