pub struct RasterizationOrderAMD(/* private fields */);Expand description
Implementations§
Source§impl RasterizationOrderAMD
impl RasterizationOrderAMD
pub const STRICT: RasterizationOrderAMD
pub const RELAXED: RasterizationOrderAMD
pub const fn from_raw(value: i32) -> RasterizationOrderAMD
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for RasterizationOrderAMD
impl Clone for RasterizationOrderAMD
Source§fn clone(&self) -> RasterizationOrderAMD
fn clone(&self) -> RasterizationOrderAMD
Returns a duplicate 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 Display for RasterizationOrderAMD
impl Display for RasterizationOrderAMD
Source§impl Error for RasterizationOrderAMD
impl Error for RasterizationOrderAMD
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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§impl PartialOrd for RasterizationOrderAMD
impl PartialOrd for RasterizationOrderAMD
impl 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 UnsafeUnpin 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