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