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