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