Struct cubecl_cuda::compiler::LocalArray
source · pub struct LocalArray {
pub index: u16,
pub item: Item,
pub depth: u8,
pub size: u32,
}
Fields§
§index: u16
§item: Item
§depth: u8
§size: u32
Implementations§
Trait Implementations§
source§impl Clone for LocalArray
impl Clone for LocalArray
source§fn clone(&self) -> LocalArray
fn clone(&self) -> LocalArray
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 LocalArray
impl Debug for LocalArray
source§impl PartialEq for LocalArray
impl PartialEq for LocalArray
impl Eq for LocalArray
impl StructuralPartialEq for LocalArray
Auto Trait Implementations§
impl Freeze for LocalArray
impl RefUnwindSafe for LocalArray
impl Send for LocalArray
impl Sync for LocalArray
impl Unpin for LocalArray
impl UnwindSafe for LocalArray
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
)