#[repr(u32)]pub enum cudaTextureReadMode {
cudaReadModeElementType = 0,
cudaReadModeNormalizedFloat = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for cudaTextureReadMode
impl Clone for cudaTextureReadMode
Source§fn clone(&self) -> cudaTextureReadMode
fn clone(&self) -> cudaTextureReadMode
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 cudaTextureReadMode
impl Debug for cudaTextureReadMode
Source§impl Hash for cudaTextureReadMode
impl Hash for cudaTextureReadMode
Source§impl Ord for cudaTextureReadMode
impl Ord for cudaTextureReadMode
Source§fn cmp(&self, other: &cudaTextureReadMode) -> Ordering
fn cmp(&self, other: &cudaTextureReadMode) -> 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 cudaTextureReadMode
impl PartialEq for cudaTextureReadMode
Source§impl PartialOrd for cudaTextureReadMode
impl PartialOrd for cudaTextureReadMode
impl Copy for cudaTextureReadMode
impl Eq for cudaTextureReadMode
impl StructuralPartialEq for cudaTextureReadMode
Auto Trait Implementations§
impl Freeze for cudaTextureReadMode
impl RefUnwindSafe for cudaTextureReadMode
impl Send for cudaTextureReadMode
impl Sync for cudaTextureReadMode
impl Unpin for cudaTextureReadMode
impl UnwindSafe for cudaTextureReadMode
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