#[repr(u32)]pub enum cudaGraphicsCubeFace {
cudaGraphicsCubeFacePositiveX = 0,
cudaGraphicsCubeFaceNegativeX = 1,
cudaGraphicsCubeFacePositiveY = 2,
cudaGraphicsCubeFaceNegativeY = 3,
cudaGraphicsCubeFacePositiveZ = 4,
cudaGraphicsCubeFaceNegativeZ = 5,
}
Variants§
cudaGraphicsCubeFacePositiveX = 0
cudaGraphicsCubeFaceNegativeX = 1
cudaGraphicsCubeFacePositiveY = 2
cudaGraphicsCubeFaceNegativeY = 3
cudaGraphicsCubeFacePositiveZ = 4
cudaGraphicsCubeFaceNegativeZ = 5
Trait Implementations§
Source§impl Clone for cudaGraphicsCubeFace
impl Clone for cudaGraphicsCubeFace
Source§fn clone(&self) -> cudaGraphicsCubeFace
fn clone(&self) -> cudaGraphicsCubeFace
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 cudaGraphicsCubeFace
impl Debug for cudaGraphicsCubeFace
Source§impl Hash for cudaGraphicsCubeFace
impl Hash for cudaGraphicsCubeFace
Source§impl Ord for cudaGraphicsCubeFace
impl Ord for cudaGraphicsCubeFace
Source§fn cmp(&self, other: &cudaGraphicsCubeFace) -> Ordering
fn cmp(&self, other: &cudaGraphicsCubeFace) -> 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 cudaGraphicsCubeFace
impl PartialEq for cudaGraphicsCubeFace
Source§impl PartialOrd for cudaGraphicsCubeFace
impl PartialOrd for cudaGraphicsCubeFace
impl Copy for cudaGraphicsCubeFace
impl Eq for cudaGraphicsCubeFace
impl StructuralPartialEq for cudaGraphicsCubeFace
Auto Trait Implementations§
impl Freeze for cudaGraphicsCubeFace
impl RefUnwindSafe for cudaGraphicsCubeFace
impl Send for cudaGraphicsCubeFace
impl Sync for cudaGraphicsCubeFace
impl Unpin for cudaGraphicsCubeFace
impl UnwindSafe for cudaGraphicsCubeFace
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