#[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: StructureTypep_next: *const c_voidmin_buffer_count: u32max_buffer_count: u32min_buffer_count_for_camping: u32min_buffer_count_for_dedicated_slack: u32Implementations
sourceimpl BufferCollectionConstraintsInfoFUCHSIA
impl BufferCollectionConstraintsInfoFUCHSIA
pub fn builder<'a>() -> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations
sourceimpl Clone for BufferCollectionConstraintsInfoFUCHSIA
impl Clone for BufferCollectionConstraintsInfoFUCHSIA
sourcefn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
fn clone(&self) -> BufferCollectionConstraintsInfoFUCHSIA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for BufferCollectionConstraintsInfoFUCHSIA
impl Default for BufferCollectionConstraintsInfoFUCHSIA
sourcefn default() -> BufferCollectionConstraintsInfoFUCHSIA
fn default() -> BufferCollectionConstraintsInfoFUCHSIA
Returns the “default value” for a type. Read more
impl Copy for BufferCollectionConstraintsInfoFUCHSIA
Auto Trait Implementations
impl RefUnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
impl !Send for BufferCollectionConstraintsInfoFUCHSIA
impl !Sync for BufferCollectionConstraintsInfoFUCHSIA
impl Unpin for BufferCollectionConstraintsInfoFUCHSIA
impl UnwindSafe for BufferCollectionConstraintsInfoFUCHSIA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more