#[repr(C)]pub struct AndroidHardwareBufferFormatPropertiesANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
pub external_format: u64,
pub format_features: FormatFeatureFlags,
pub sampler_ycbcr_conversion_components: ComponentMapping,
pub suggested_ycbcr_model: SamplerYcbcrModelConversion,
pub suggested_ycbcr_range: SamplerYcbcrRange,
pub suggested_x_chroma_offset: ChromaLocation,
pub suggested_y_chroma_offset: ChromaLocation,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format: Format
§external_format: u64
§format_features: FormatFeatureFlags
§sampler_ycbcr_conversion_components: ComponentMapping
§suggested_ycbcr_model: SamplerYcbcrModelConversion
§suggested_ycbcr_range: SamplerYcbcrRange
§suggested_x_chroma_offset: ChromaLocation
§suggested_y_chroma_offset: ChromaLocation
Implementations§
Trait Implementations§
source§impl Clone for AndroidHardwareBufferFormatPropertiesANDROID
impl Clone for AndroidHardwareBufferFormatPropertiesANDROID
source§fn clone(&self) -> AndroidHardwareBufferFormatPropertiesANDROID
fn clone(&self) -> AndroidHardwareBufferFormatPropertiesANDROID
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 TaggedStructure for AndroidHardwareBufferFormatPropertiesANDROID
impl TaggedStructure for AndroidHardwareBufferFormatPropertiesANDROID
const STRUCTURE_TYPE: StructureType = StructureType::ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID
impl Copy for AndroidHardwareBufferFormatPropertiesANDROID
impl ExtendsAndroidHardwareBufferPropertiesANDROID for AndroidHardwareBufferFormatPropertiesANDROID
Auto Trait Implementations§
impl Freeze for AndroidHardwareBufferFormatPropertiesANDROID
impl RefUnwindSafe for AndroidHardwareBufferFormatPropertiesANDROID
impl !Send for AndroidHardwareBufferFormatPropertiesANDROID
impl !Sync for AndroidHardwareBufferFormatPropertiesANDROID
impl Unpin for AndroidHardwareBufferFormatPropertiesANDROID
impl UnwindSafe for AndroidHardwareBufferFormatPropertiesANDROID
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