#[repr(transparent)]pub struct cudaSurfaceBoundaryMode(pub c_uint);
Expand description
CUDA Surface boundary modes
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaSurfaceBoundaryMode
impl cudaSurfaceBoundaryMode
Sourcepub const cudaBoundaryModeZero: cudaSurfaceBoundaryMode
pub const cudaBoundaryModeZero: cudaSurfaceBoundaryMode
< Zero boundary mode
Source§impl cudaSurfaceBoundaryMode
impl cudaSurfaceBoundaryMode
Sourcepub const cudaBoundaryModeClamp: cudaSurfaceBoundaryMode
pub const cudaBoundaryModeClamp: cudaSurfaceBoundaryMode
< Clamp boundary mode
Source§impl cudaSurfaceBoundaryMode
impl cudaSurfaceBoundaryMode
Sourcepub const cudaBoundaryModeTrap: cudaSurfaceBoundaryMode
pub const cudaBoundaryModeTrap: cudaSurfaceBoundaryMode
< Trap boundary mode
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 PartialEq for cudaSurfaceBoundaryMode
impl PartialEq 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