Struct ash::vk::BufferCollectionConstraintsInfoFUCHSIA
source · #[repr(C)]pub struct BufferCollectionConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub min_buffer_count: u32,
pub max_buffer_count: u32,
pub min_buffer_count_for_camping: u32,
pub min_buffer_count_for_dedicated_slack: u32,
pub min_buffer_count_for_shared_slack: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§min_buffer_count: u32
§max_buffer_count: u32
§min_buffer_count_for_camping: u32
§min_buffer_count_for_dedicated_slack: u32
Implementations§
source§impl BufferCollectionConstraintsInfoFUCHSIA
impl BufferCollectionConstraintsInfoFUCHSIA
pub fn builder<'a>() -> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for BufferCollectionConstraintsInfoFUCHSIA
impl Clone for BufferCollectionConstraintsInfoFUCHSIA
source§fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
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 BufferCollectionConstraintsInfoFUCHSIA
impl TaggedStructure for BufferCollectionConstraintsInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::BUFFER_COLLECTION_CONSTRAINTS_INFO_FUCHSIA
impl Copy for BufferCollectionConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionConstraintsInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
impl !Send for BufferCollectionConstraintsInfoFUCHSIA
impl !Sync for BufferCollectionConstraintsInfoFUCHSIA
impl Unpin for BufferCollectionConstraintsInfoFUCHSIA
impl UnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
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