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