Struct cubecl_core::FeatureSet
source · pub struct FeatureSet { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Default for FeatureSet
impl Default for FeatureSet
source§fn default() -> FeatureSet
fn default() -> FeatureSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FeatureSet
impl RefUnwindSafe for FeatureSet
impl Send for FeatureSet
impl Sync for FeatureSet
impl Unpin for FeatureSet
impl UnwindSafe for FeatureSet
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