#[repr(C)]pub struct SpecializationMapEntry {
    pub constant_id: u32,
    pub offset: u32,
    pub size: usize,
}Expand description
Fields§
§constant_id: u32§offset: u32§size: usizeImplementations§
Source§impl SpecializationMapEntry
 
impl SpecializationMapEntry
pub fn builder<'a>() -> SpecializationMapEntryBuilder<'a>
Trait Implementations§
Source§impl Clone for SpecializationMapEntry
 
impl Clone for SpecializationMapEntry
Source§fn clone(&self) -> SpecializationMapEntry
 
fn clone(&self) -> SpecializationMapEntry
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 moreSource§impl Default for SpecializationMapEntry
 
impl Default for SpecializationMapEntry
Source§fn default() -> SpecializationMapEntry
 
fn default() -> SpecializationMapEntry
Returns the “default value” for a type. Read more
impl Copy for SpecializationMapEntry
Auto Trait Implementations§
impl Freeze for SpecializationMapEntry
impl RefUnwindSafe for SpecializationMapEntry
impl Send for SpecializationMapEntry
impl Sync for SpecializationMapEntry
impl Unpin for SpecializationMapEntry
impl UnwindSafe for SpecializationMapEntry
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