Struct ash::vk::enums::DepthBiasRepresentationEXT
source · #[repr(transparent)]pub struct DepthBiasRepresentationEXT(pub(crate) i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
source§impl DepthBiasRepresentationEXT
impl DepthBiasRepresentationEXT
pub const LEAST_REPRESENTABLE_VALUE_FORMAT: Self = _
pub const LEAST_REPRESENTABLE_VALUE_FORCE_UNORM: Self = _
pub const FLOAT: Self = _
Trait Implementations§
source§impl Clone for DepthBiasRepresentationEXT
impl Clone for DepthBiasRepresentationEXT
source§fn clone(&self) -> DepthBiasRepresentationEXT
fn clone(&self) -> DepthBiasRepresentationEXT
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 DepthBiasRepresentationEXT
impl Debug for DepthBiasRepresentationEXT
source§impl Default for DepthBiasRepresentationEXT
impl Default for DepthBiasRepresentationEXT
source§fn default() -> DepthBiasRepresentationEXT
fn default() -> DepthBiasRepresentationEXT
Returns the “default value” for a type. Read more
source§impl Hash for DepthBiasRepresentationEXT
impl Hash for DepthBiasRepresentationEXT
source§impl Ord for DepthBiasRepresentationEXT
impl Ord for DepthBiasRepresentationEXT
source§fn cmp(&self, other: &DepthBiasRepresentationEXT) -> Ordering
fn cmp(&self, other: &DepthBiasRepresentationEXT) -> 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 DepthBiasRepresentationEXT
impl PartialEq for DepthBiasRepresentationEXT
source§fn eq(&self, other: &DepthBiasRepresentationEXT) -> bool
fn eq(&self, other: &DepthBiasRepresentationEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DepthBiasRepresentationEXT
impl PartialOrd for DepthBiasRepresentationEXT
source§fn partial_cmp(&self, other: &DepthBiasRepresentationEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DepthBiasRepresentationEXT) -> 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 DepthBiasRepresentationEXT
impl Eq for DepthBiasRepresentationEXT
impl StructuralPartialEq for DepthBiasRepresentationEXT
Auto Trait Implementations§
impl Freeze for DepthBiasRepresentationEXT
impl RefUnwindSafe for DepthBiasRepresentationEXT
impl Send for DepthBiasRepresentationEXT
impl Sync for DepthBiasRepresentationEXT
impl Unpin for DepthBiasRepresentationEXT
impl UnwindSafe for DepthBiasRepresentationEXT
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