pub struct PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder { /* private fields */ }Expand description
A builder for a PhysicalDeviceExternalFormatResolveFeaturesANDROID.
Implementations§
Source§impl PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
pub fn external_format_resolve(self, external_format_resolve: bool) -> Self
pub fn build(self) -> PhysicalDeviceExternalFormatResolveFeaturesANDROID
Trait Implementations§
Source§impl Cast for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Cast for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
Source§type Target = PhysicalDeviceExternalFormatResolveFeaturesANDROID
type Target = PhysicalDeviceExternalFormatResolveFeaturesANDROID
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Clone for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
Source§fn clone(&self) -> PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
fn clone(&self) -> PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
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 Default for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Default for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
Source§fn default() -> PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
fn default() -> PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl RefUnwindSafe for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Send for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Sync for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl Unpin for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
impl UnwindSafe for PhysicalDeviceExternalFormatResolveFeaturesANDROIDBuilder
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