#[repr(C)]pub struct MutableDescriptorTypeListVALVE {
pub descriptor_type_count: u32,
pub descriptor_types: *const DescriptorType,
}Expand description
Fields
descriptor_type_count: u32descriptor_types: *const DescriptorTypeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for MutableDescriptorTypeListVALVE
impl !Sync for MutableDescriptorTypeListVALVE
impl Unpin for MutableDescriptorTypeListVALVE
impl UnwindSafe for MutableDescriptorTypeListVALVE
Blanket Implementations
Mutably borrows from an owned value. Read more