#[repr(C)]pub struct PhysicalDeviceCustomResolveFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub custom_resolve: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§custom_resolve: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> PhysicalDeviceCustomResolveFeaturesEXT<'a>
pub fn custom_resolve(self, custom_resolve: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceCustomResolveFeaturesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceCustomResolveFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceCustomResolveFeaturesEXT<'a>
Returns a duplicate 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 moreSource§impl<'a> Debug for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceCustomResolveFeaturesEXT<'a>
Source§impl Default for PhysicalDeviceCustomResolveFeaturesEXT<'_>
impl Default for PhysicalDeviceCustomResolveFeaturesEXT<'_>
Source§impl<'a> TaggedStructure for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceCustomResolveFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCustomResolveFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCustomResolveFeaturesEXT<'_>
impl Send for PhysicalDeviceCustomResolveFeaturesEXT<'_>
impl Sync for PhysicalDeviceCustomResolveFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceCustomResolveFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceCustomResolveFeaturesEXT<'a>
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