#[repr(C)]pub struct DescriptorPoolSize {
pub typ: DescriptorType,
pub descriptorCount: u32,
}
Fields§
§typ: DescriptorType
§descriptorCount: u32
Trait 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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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