Struct vulkanalia_sys::SpecializationMapEntry
source · [−]#[repr(C)]pub struct SpecializationMapEntry {
pub constant_id: u32,
pub offset: u32,
pub size: usize,
}Expand description
Fields
constant_id: u32offset: u32size: usizeTrait Implementations
Returns the “default value” for a type. Read more
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 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