pub struct BufferCollectionPropertiesFUCHSIABuilder<'a> { /* private fields */ }Expand description
Builder for BufferCollectionPropertiesFUCHSIA with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> BufferCollectionPropertiesFUCHSIABuilder<'a>
pub fn memory_type_bits(self, value: u32) -> Self
pub fn buffer_count(self, value: u32) -> Self
pub fn create_info_index(self, value: u32) -> Self
pub fn sysmem_pixel_format(self, value: u64) -> Self
pub fn format_features(self, value: FormatFeatureFlags) -> Self
pub fn sysmem_color_space_index(self, value: SysmemColorSpaceFUCHSIA) -> Self
pub fn sampler_ycbcr_conversion_components( self, value: ComponentMapping, ) -> Self
pub fn suggested_ycbcr_model(self, value: SamplerYcbcrModelConversion) -> Self
pub fn suggested_ycbcr_range(self, value: SamplerYcbcrRange) -> Self
pub fn suggested_x_chroma_offset(self, value: ChromaLocation) -> Self
pub fn suggested_y_chroma_offset(self, value: ChromaLocation) -> Self
Trait Implementations§
Source§impl<'a> Deref for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> Deref for BufferCollectionPropertiesFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> !Send for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> !Sync for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> Unpin for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> UnsafeUnpin for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> UnwindSafe for BufferCollectionPropertiesFUCHSIABuilder<'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