#[repr(C)]pub struct BufferCollectionConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub 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: StructureTypenext: *const c_voidmin_buffer_count: u32max_buffer_count: u32min_buffer_count_for_camping: u32min_buffer_count_for_dedicated_slack: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for BufferCollectionConstraintsInfoFUCHSIA
impl !Sync for BufferCollectionConstraintsInfoFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more