Struct ash::vk::ShaderCodeTypeEXT
source · pub struct ShaderCodeTypeEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for ShaderCodeTypeEXT
impl Clone for ShaderCodeTypeEXT
source§fn clone(&self) -> ShaderCodeTypeEXT
fn clone(&self) -> ShaderCodeTypeEXT
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 ShaderCodeTypeEXT
impl Debug for ShaderCodeTypeEXT
source§impl Default for ShaderCodeTypeEXT
impl Default for ShaderCodeTypeEXT
source§fn default() -> ShaderCodeTypeEXT
fn default() -> ShaderCodeTypeEXT
Returns the “default value” for a type. Read more
source§impl Hash for ShaderCodeTypeEXT
impl Hash for ShaderCodeTypeEXT
source§impl Ord for ShaderCodeTypeEXT
impl Ord for ShaderCodeTypeEXT
source§fn cmp(&self, other: &ShaderCodeTypeEXT) -> Ordering
fn cmp(&self, other: &ShaderCodeTypeEXT) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ShaderCodeTypeEXT
impl PartialEq for ShaderCodeTypeEXT
source§fn eq(&self, other: &ShaderCodeTypeEXT) -> bool
fn eq(&self, other: &ShaderCodeTypeEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ShaderCodeTypeEXT
impl PartialOrd for ShaderCodeTypeEXT
source§fn partial_cmp(&self, other: &ShaderCodeTypeEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderCodeTypeEXT) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ShaderCodeTypeEXT
impl Eq for ShaderCodeTypeEXT
impl StructuralPartialEq for ShaderCodeTypeEXT
Auto Trait Implementations§
impl Freeze for ShaderCodeTypeEXT
impl RefUnwindSafe for ShaderCodeTypeEXT
impl Send for ShaderCodeTypeEXT
impl Sync for ShaderCodeTypeEXT
impl Unpin for ShaderCodeTypeEXT
impl UnwindSafe for ShaderCodeTypeEXT
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