[−][src]Enum rustacuda::context::SharedMemoryConfig
This enumeration represents the options for configuring the shared memory bank size.
See CurrentContext::get_shared_memory_config and CurrentContext::set_shared_memory_config to get and set the cache config for the current context.
Variants
Set shared-memory bank size to the default.
Set shared-memory bank width to four bytes
Set shared-memory bank width to eight bytes
Trait Implementations
impl Clone for SharedMemoryConfig
[src]
fn clone(&self) -> SharedMemoryConfig
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SharedMemoryConfig
[src]
impl Debug for SharedMemoryConfig
[src]
impl Eq for SharedMemoryConfig
[src]
impl Hash for SharedMemoryConfig
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<SharedMemoryConfig> for SharedMemoryConfig
[src]
fn eq(&self, other: &SharedMemoryConfig) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for SharedMemoryConfig
[src]
impl StructuralPartialEq for SharedMemoryConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for SharedMemoryConfig
impl Send for SharedMemoryConfig
impl Sync for SharedMemoryConfig
impl Unpin for SharedMemoryConfig
impl UnwindSafe for SharedMemoryConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,