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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more