pub struct ExtSampleLocationsFn {
pub cmd_set_sample_locations_ext: unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT),
pub get_physical_device_multisample_properties_ext: unsafe extern "system" fn(PhysicalDevice, SampleCountFlags, *mut MultisamplePropertiesEXT),
}Fields
cmd_set_sample_locations_ext: unsafe extern "system" fn(CommandBuffer, *const SampleLocationsInfoEXT)get_physical_device_multisample_properties_ext: unsafe extern "system" fn(PhysicalDevice, SampleCountFlags, *mut MultisamplePropertiesEXT)Implementations
Trait Implementations
sourceimpl Clone for ExtSampleLocationsFn
impl Clone for ExtSampleLocationsFn
sourcefn clone(&self) -> ExtSampleLocationsFn
fn clone(&self) -> ExtSampleLocationsFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for ExtSampleLocationsFn
impl Sync for ExtSampleLocationsFn
Auto Trait Implementations
impl RefUnwindSafe for ExtSampleLocationsFn
impl Unpin for ExtSampleLocationsFn
impl UnwindSafe for ExtSampleLocationsFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more