#[repr(u32)]pub enum cudaFuncAttribute {
cudaFuncAttributeMaxDynamicSharedMemorySize = 8,
cudaFuncAttributePreferredSharedMemoryCarveout = 9,
cudaFuncAttributeMax = 10,
}Variants§
cudaFuncAttributeMax = 10
Trait Implementations§
Source§impl Clone for cudaFuncAttribute
impl Clone for cudaFuncAttribute
Source§fn clone(&self) -> cudaFuncAttribute
fn clone(&self) -> cudaFuncAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cudaFuncAttribute
Source§impl Debug for cudaFuncAttribute
impl Debug for cudaFuncAttribute
impl Eq for cudaFuncAttribute
Source§impl Hash for cudaFuncAttribute
impl Hash for cudaFuncAttribute
Source§impl Ord for cudaFuncAttribute
impl Ord for cudaFuncAttribute
Source§fn cmp(&self, other: &cudaFuncAttribute) -> Ordering
fn cmp(&self, other: &cudaFuncAttribute) -> Ordering
1.21.0 (const: unstable) · 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 cudaFuncAttribute
impl PartialEq for cudaFuncAttribute
Source§fn eq(&self, other: &cudaFuncAttribute) -> bool
fn eq(&self, other: &cudaFuncAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaFuncAttribute
impl PartialOrd for cudaFuncAttribute
impl StructuralPartialEq for cudaFuncAttribute
Auto Trait Implementations§
impl Freeze for cudaFuncAttribute
impl RefUnwindSafe for cudaFuncAttribute
impl Send for cudaFuncAttribute
impl Sync for cudaFuncAttribute
impl Unpin for cudaFuncAttribute
impl UnsafeUnpin for cudaFuncAttribute
impl UnwindSafe for cudaFuncAttribute
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