Struct cubecl_cuda::compiler::Fragment
source · pub struct Fragment {
pub ident: FragmentIdent,
pub m: u8,
pub n: u8,
pub k: u8,
pub elem: Elem,
pub layout: Option<FragmentLayout>,
}
Fields§
§ident: FragmentIdent
§m: u8
§n: u8
§k: u8
§elem: Elem
§layout: Option<FragmentLayout>
Trait Implementations§
impl Copy for Fragment
impl Eq for Fragment
impl StructuralPartialEq for Fragment
Auto Trait Implementations§
impl Freeze for Fragment
impl RefUnwindSafe for Fragment
impl Send for Fragment
impl Sync for Fragment
impl Unpin for Fragment
impl UnwindSafe for Fragment
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)