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 = _
Trait Implementations§
Source§impl Clone for ViewportCoordinateSwizzleNV
impl Clone for ViewportCoordinateSwizzleNV
Source§fn clone(&self) -> ViewportCoordinateSwizzleNV
fn clone(&self) -> ViewportCoordinateSwizzleNV
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 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 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)