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