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