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