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