Struct screen_13::driver::DescriptorPoolInfo
source · [−]pub struct DescriptorPoolInfo {
pub max_sets: u32,
pub pool_sizes: Vec<DescriptorPoolSize>,
}Fields
max_sets: u32pool_sizes: Vec<DescriptorPoolSize>Implementations
sourceimpl DescriptorPoolInfo
impl DescriptorPoolInfo
pub fn new(max_sets: u32) -> DescriptorPoolInfoBuilder
Trait Implementations
sourceimpl Clone for DescriptorPoolInfo
impl Clone for DescriptorPoolInfo
sourcefn clone(&self) -> DescriptorPoolInfo
fn clone(&self) -> DescriptorPoolInfo
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 Debug for DescriptorPoolInfo
impl Debug for DescriptorPoolInfo
sourceimpl From<DescriptorPoolInfoBuilder> for DescriptorPoolInfo
impl From<DescriptorPoolInfoBuilder> for DescriptorPoolInfo
sourcefn from(info: DescriptorPoolInfoBuilder) -> Self
fn from(info: DescriptorPoolInfoBuilder) -> Self
Converts to this type from the input type.
sourceimpl Hash for DescriptorPoolInfo
impl Hash for DescriptorPoolInfo
sourceimpl PartialEq<DescriptorPoolInfo> for DescriptorPoolInfo
impl PartialEq<DescriptorPoolInfo> for DescriptorPoolInfo
sourcefn eq(&self, other: &DescriptorPoolInfo) -> bool
fn eq(&self, other: &DescriptorPoolInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DescriptorPoolInfo) -> bool
fn ne(&self, other: &DescriptorPoolInfo) -> bool
This method tests for !=.
impl Eq for DescriptorPoolInfo
impl StructuralEq for DescriptorPoolInfo
impl StructuralPartialEq for DescriptorPoolInfo
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolInfo
impl Send for DescriptorPoolInfo
impl Sync for DescriptorPoolInfo
impl Unpin for DescriptorPoolInfo
impl UnwindSafe for DescriptorPoolInfo
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