Struct naga_oil::compose::OwnedShaderDefs
source · pub struct OwnedShaderDefs(/* private fields */);
Trait Implementations§
source§impl Clone for OwnedShaderDefs
impl Clone for OwnedShaderDefs
source§fn clone(&self) -> OwnedShaderDefs
fn clone(&self) -> OwnedShaderDefs
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 OwnedShaderDefs
impl Debug for OwnedShaderDefs
source§impl Default for OwnedShaderDefs
impl Default for OwnedShaderDefs
source§fn default() -> OwnedShaderDefs
fn default() -> OwnedShaderDefs
Returns the “default value” for a type. Read more
source§impl Hash for OwnedShaderDefs
impl Hash for OwnedShaderDefs
source§impl PartialEq for OwnedShaderDefs
impl PartialEq for OwnedShaderDefs
source§fn eq(&self, other: &OwnedShaderDefs) -> bool
fn eq(&self, other: &OwnedShaderDefs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OwnedShaderDefs
impl StructuralPartialEq for OwnedShaderDefs
Auto Trait Implementations§
impl Freeze for OwnedShaderDefs
impl RefUnwindSafe for OwnedShaderDefs
impl Send for OwnedShaderDefs
impl Sync for OwnedShaderDefs
impl Unpin for OwnedShaderDefs
impl UnwindSafe for OwnedShaderDefs
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.