Struct ash::vk::SpecializationMapEntry [−][src]
#[repr(C)]pub struct SpecializationMapEntry { pub constant_id: u32, pub offset: u32, pub size: usize, }
Expand description
Fields
constant_id: u32
offset: u32
size: usize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SpecializationMapEntry
impl Send for SpecializationMapEntry
impl Sync for SpecializationMapEntry
impl Unpin for SpecializationMapEntry
impl UnwindSafe for SpecializationMapEntry
Blanket Implementations
Mutably borrows from an owned value. Read more