#[repr(C)]pub struct MutableDescriptorTypeListVALVE {
    pub descriptor_type_count: u32,
    pub p_descriptor_types: *const DescriptorType,
}Expand description
Fields§
§descriptor_type_count: u32§p_descriptor_types: *const DescriptorTypeImplementations§
Source§impl MutableDescriptorTypeListVALVE
 
impl MutableDescriptorTypeListVALVE
pub fn builder<'a>() -> MutableDescriptorTypeListVALVEBuilder<'a>
Trait Implementations§
Source§impl Clone for MutableDescriptorTypeListVALVE
 
impl Clone for MutableDescriptorTypeListVALVE
Source§fn clone(&self) -> MutableDescriptorTypeListVALVE
 
fn clone(&self) -> MutableDescriptorTypeListVALVE
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 moreimpl Copy for MutableDescriptorTypeListVALVE
Auto Trait Implementations§
impl Freeze for MutableDescriptorTypeListVALVE
impl RefUnwindSafe for MutableDescriptorTypeListVALVE
impl !Send for MutableDescriptorTypeListVALVE
impl !Sync for MutableDescriptorTypeListVALVE
impl Unpin for MutableDescriptorTypeListVALVE
impl UnwindSafe for MutableDescriptorTypeListVALVE
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