Enum cubecl_cuda::compiler::FragmentIdent
source · pub enum FragmentIdent {
A,
B,
Accumulator,
}
Variants§
Trait Implementations§
source§impl Clone for FragmentIdent
impl Clone for FragmentIdent
source§fn clone(&self) -> FragmentIdent
fn clone(&self) -> FragmentIdent
Returns a copy 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 FragmentIdent
impl Debug for FragmentIdent
source§impl Display for FragmentIdent
impl Display for FragmentIdent
source§impl PartialEq for FragmentIdent
impl PartialEq for FragmentIdent
source§fn eq(&self, other: &FragmentIdent) -> bool
fn eq(&self, other: &FragmentIdent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FragmentIdent
impl Eq for FragmentIdent
impl StructuralPartialEq for FragmentIdent
Auto Trait Implementations§
impl Freeze for FragmentIdent
impl RefUnwindSafe for FragmentIdent
impl Send for FragmentIdent
impl Sync for FragmentIdent
impl Unpin for FragmentIdent
impl UnwindSafe for FragmentIdent
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)