#[repr(C)]pub struct PhysicalDeviceExternalFormatResolvePropertiesANDROID {
pub s_type: StructureType,
pub next: *mut c_void,
pub null_color_attachment_with_external_format_resolve: Bool32,
pub external_format_resolve_chroma_offset_x: ChromaLocation,
pub external_format_resolve_chroma_offset_y: ChromaLocation,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§null_color_attachment_with_external_format_resolve: Bool32§external_format_resolve_chroma_offset_x: ChromaLocation§external_format_resolve_chroma_offset_y: ChromaLocationTrait Implementations§
Source§impl Clone for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Clone for PhysicalDeviceExternalFormatResolvePropertiesANDROID
Source§fn clone(&self) -> PhysicalDeviceExternalFormatResolvePropertiesANDROID
fn clone(&self) -> PhysicalDeviceExternalFormatResolvePropertiesANDROID
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 PartialEq for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl PartialEq for PhysicalDeviceExternalFormatResolvePropertiesANDROID
Source§fn eq(
&self,
other: &PhysicalDeviceExternalFormatResolvePropertiesANDROID,
) -> bool
fn eq( &self, other: &PhysicalDeviceExternalFormatResolvePropertiesANDROID, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Eq for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Send for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl StructuralPartialEq for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Sync for PhysicalDeviceExternalFormatResolvePropertiesANDROID
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl RefUnwindSafe for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl Unpin for PhysicalDeviceExternalFormatResolvePropertiesANDROID
impl UnwindSafe for PhysicalDeviceExternalFormatResolvePropertiesANDROID
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