#[repr(C)]pub struct SpecializationMapEntry {
pub constantID: u32,
pub offset: u32,
pub size: usize,
}
Fields§
§constantID: u32
§offset: u32
§size: usize
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