Struct naga::back::spv::PhysicalLayout
source · struct PhysicalLayout {
magic_number: Word,
version: Word,
generator: Word,
bound: Word,
instruction_schema: Word,
}
Fields§
§magic_number: Word
§version: Word
§generator: Word
§bound: Word
§instruction_schema: Word
Implementations§
Trait Implementations§
source§impl Clone for PhysicalLayout
impl Clone for PhysicalLayout
source§fn clone(&self) -> PhysicalLayout
fn clone(&self) -> PhysicalLayout
Returns a copy 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 Recyclable for PhysicalLayout
impl Recyclable for PhysicalLayout
Auto Trait Implementations§
impl Freeze for PhysicalLayout
impl RefUnwindSafe for PhysicalLayout
impl Send for PhysicalLayout
impl Sync for PhysicalLayout
impl Unpin for PhysicalLayout
impl UnwindSafe for PhysicalLayout
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