Struct screen_13::driver::DescriptorPoolSize
source · [−]pub struct DescriptorPoolSize {
pub ty: DescriptorType,
pub descriptor_count: u32,
}Fields
ty: DescriptorTypedescriptor_count: u32Trait Implementations
sourceimpl Clone for DescriptorPoolSize
impl Clone for DescriptorPoolSize
sourcefn clone(&self) -> DescriptorPoolSize
fn clone(&self) -> DescriptorPoolSize
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 DescriptorPoolSize
impl Debug for DescriptorPoolSize
sourceimpl Hash for DescriptorPoolSize
impl Hash for DescriptorPoolSize
sourceimpl PartialEq<DescriptorPoolSize> for DescriptorPoolSize
impl PartialEq<DescriptorPoolSize> for DescriptorPoolSize
sourcefn eq(&self, other: &DescriptorPoolSize) -> bool
fn eq(&self, other: &DescriptorPoolSize) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DescriptorPoolSize) -> bool
fn ne(&self, other: &DescriptorPoolSize) -> bool
This method tests for !=.
impl Copy for DescriptorPoolSize
impl Eq for DescriptorPoolSize
impl StructuralEq for DescriptorPoolSize
impl StructuralPartialEq for DescriptorPoolSize
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolSize
impl Send for DescriptorPoolSize
impl Sync for DescriptorPoolSize
impl Unpin for DescriptorPoolSize
impl UnwindSafe for DescriptorPoolSize
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