pub struct ViewportCoordinateSwizzleNV(/* private fields */);Expand description
Implementations§
Source§impl ViewportCoordinateSwizzleNV
impl ViewportCoordinateSwizzleNV
pub const POSITIVE_X: Self
pub const NEGATIVE_X: Self
pub const POSITIVE_Y: Self
pub const NEGATIVE_Y: Self
pub const POSITIVE_Z: Self
pub const NEGATIVE_Z: Self
pub const POSITIVE_W: Self
pub const NEGATIVE_W: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ViewportCoordinateSwizzleNV
impl Clone for ViewportCoordinateSwizzleNV
Source§fn clone(&self) -> ViewportCoordinateSwizzleNV
fn clone(&self) -> ViewportCoordinateSwizzleNV
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 ViewportCoordinateSwizzleNV
impl Debug for ViewportCoordinateSwizzleNV
Source§impl Default for ViewportCoordinateSwizzleNV
impl Default for ViewportCoordinateSwizzleNV
Source§fn default() -> ViewportCoordinateSwizzleNV
fn default() -> ViewportCoordinateSwizzleNV
Returns the “default value” for a type. Read more
Source§impl Error for ViewportCoordinateSwizzleNV
impl Error for ViewportCoordinateSwizzleNV
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 ViewportCoordinateSwizzleNV
impl Hash for ViewportCoordinateSwizzleNV
Source§impl Ord for ViewportCoordinateSwizzleNV
impl Ord for ViewportCoordinateSwizzleNV
Source§fn cmp(&self, other: &ViewportCoordinateSwizzleNV) -> Ordering
fn cmp(&self, other: &ViewportCoordinateSwizzleNV) -> 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 PartialOrd for ViewportCoordinateSwizzleNV
impl PartialOrd for ViewportCoordinateSwizzleNV
impl Copy for ViewportCoordinateSwizzleNV
impl Eq for ViewportCoordinateSwizzleNV
impl StructuralPartialEq for ViewportCoordinateSwizzleNV
Auto Trait Implementations§
impl Freeze for ViewportCoordinateSwizzleNV
impl RefUnwindSafe for ViewportCoordinateSwizzleNV
impl Send for ViewportCoordinateSwizzleNV
impl Sync for ViewportCoordinateSwizzleNV
impl Unpin for ViewportCoordinateSwizzleNV
impl UnsafeUnpin for ViewportCoordinateSwizzleNV
impl UnwindSafe for ViewportCoordinateSwizzleNV
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