Enum cuda_oxide::func::FuncSharedConfig [−][src]
#[repr(u32)]
pub enum FuncSharedConfig {
DefaultBankSize,
FourByteBankSize,
EightByteBankSize,
}Expand description
A Function shared memory config
Variants
set default shared memory bank size
set shared memory bank width to four bytes
set shared memory bank width to eight bytes
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FuncSharedConfigimpl Send for FuncSharedConfigimpl Sync for FuncSharedConfigimpl Unpin for FuncSharedConfigimpl UnwindSafe for FuncSharedConfigBlanket Implementations
Mutably borrows from an owned value. Read more