Struct rspirv::sr::autogen_instructions::ExtInstImport
source · pub struct ExtInstImport {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
source§impl Clone for ExtInstImport
impl Clone for ExtInstImport
source§fn clone(&self) -> ExtInstImport
fn clone(&self) -> ExtInstImport
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 Debug for ExtInstImport
impl Debug for ExtInstImport
source§impl PartialEq<ExtInstImport> for ExtInstImport
impl PartialEq<ExtInstImport> for ExtInstImport
source§fn eq(&self, other: &ExtInstImport) -> bool
fn eq(&self, other: &ExtInstImport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExtInstImport
impl StructuralEq for ExtInstImport
impl StructuralPartialEq for ExtInstImport
Auto Trait Implementations§
impl RefUnwindSafe for ExtInstImport
impl Send for ExtInstImport
impl Sync for ExtInstImport
impl Unpin for ExtInstImport
impl UnwindSafe for ExtInstImport
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