#[repr(C)]pub struct DescriptorPoolSize {
pub type_: DescriptorType,
pub descriptor_count: u32,
}Expand description
Fields§
§type_: DescriptorType§descriptor_count: u32Trait Implementations§
Source§impl Clone for DescriptorPoolSize
impl Clone for DescriptorPoolSize
Source§fn clone(&self) -> DescriptorPoolSize
fn clone(&self) -> DescriptorPoolSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DescriptorPoolSize
impl Debug for DescriptorPoolSize
Source§impl Default for DescriptorPoolSize
impl Default for DescriptorPoolSize
Source§fn default() -> DescriptorPoolSize
fn default() -> DescriptorPoolSize
Returns the “default value” for a type. Read more
Source§impl Hash for DescriptorPoolSize
impl Hash for DescriptorPoolSize
Source§impl PartialEq for DescriptorPoolSize
impl PartialEq for DescriptorPoolSize
impl Copy for DescriptorPoolSize
impl Eq for DescriptorPoolSize
impl StructuralPartialEq for DescriptorPoolSize
Auto Trait Implementations§
impl Freeze for DescriptorPoolSize
impl RefUnwindSafe for DescriptorPoolSize
impl Send for DescriptorPoolSize
impl Sync for DescriptorPoolSize
impl Unpin for DescriptorPoolSize
impl UnwindSafe for DescriptorPoolSize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more