Struct ash::vk::RasterizationOrderAMD
source · pub struct RasterizationOrderAMD(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for RasterizationOrderAMD
impl Clone for RasterizationOrderAMD
source§fn clone(&self) -> RasterizationOrderAMD
fn clone(&self) -> RasterizationOrderAMD
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 RasterizationOrderAMD
impl Debug for RasterizationOrderAMD
source§impl Default for RasterizationOrderAMD
impl Default for RasterizationOrderAMD
source§fn default() -> RasterizationOrderAMD
fn default() -> RasterizationOrderAMD
Returns the “default value” for a type. Read more
source§impl Hash for RasterizationOrderAMD
impl Hash for RasterizationOrderAMD
source§impl Ord for RasterizationOrderAMD
impl Ord for RasterizationOrderAMD
source§fn cmp(&self, other: &RasterizationOrderAMD) -> Ordering
fn cmp(&self, other: &RasterizationOrderAMD) -> 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 RasterizationOrderAMD
impl PartialEq for RasterizationOrderAMD
source§fn eq(&self, other: &RasterizationOrderAMD) -> bool
fn eq(&self, other: &RasterizationOrderAMD) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RasterizationOrderAMD
impl PartialOrd for RasterizationOrderAMD
source§fn partial_cmp(&self, other: &RasterizationOrderAMD) -> Option<Ordering>
fn partial_cmp(&self, other: &RasterizationOrderAMD) -> 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 RasterizationOrderAMD
impl Eq for RasterizationOrderAMD
impl StructuralPartialEq for RasterizationOrderAMD
Auto Trait Implementations§
impl Freeze for RasterizationOrderAMD
impl RefUnwindSafe for RasterizationOrderAMD
impl Send for RasterizationOrderAMD
impl Sync for RasterizationOrderAMD
impl Unpin for RasterizationOrderAMD
impl UnwindSafe for RasterizationOrderAMD
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