#[repr(C)]pub struct DescriptorSetLayoutHostMappingInfoVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_offset: usize,
pub descriptor_size: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddescriptor_offset: usizedescriptor_size: u32Implementations
sourceimpl DescriptorSetLayoutHostMappingInfoVALVE
impl DescriptorSetLayoutHostMappingInfoVALVE
pub fn builder<'a>() -> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
Trait Implementations
sourceimpl Clone for DescriptorSetLayoutHostMappingInfoVALVE
impl Clone for DescriptorSetLayoutHostMappingInfoVALVE
sourcefn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
fn clone(&self) -> DescriptorSetLayoutHostMappingInfoVALVE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DescriptorSetLayoutHostMappingInfoVALVE
impl Default for DescriptorSetLayoutHostMappingInfoVALVE
sourcefn default() -> DescriptorSetLayoutHostMappingInfoVALVE
fn default() -> DescriptorSetLayoutHostMappingInfoVALVE
Returns the “default value” for a type. Read more
impl Copy for DescriptorSetLayoutHostMappingInfoVALVE
Auto Trait Implementations
impl RefUnwindSafe for DescriptorSetLayoutHostMappingInfoVALVE
impl !Send for DescriptorSetLayoutHostMappingInfoVALVE
impl !Sync for DescriptorSetLayoutHostMappingInfoVALVE
impl Unpin for DescriptorSetLayoutHostMappingInfoVALVE
impl UnwindSafe for DescriptorSetLayoutHostMappingInfoVALVE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more