#[repr(C)]pub struct DescriptorPoolSize {
pub ty: DescriptorType,
pub descriptorCount: u32,
}
Fields§
§ty: DescriptorType
§descriptorCount: u32
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