Struct cubecl_core::ir::CheckedIndex
source · pub struct CheckedIndex {
pub lhs: Variable,
pub rhs: Variable,
pub out: Variable,
}
Expand description
Perform a check bound on the index (lhs) of value (rhs)
Fields§
§lhs: Variable
§rhs: Variable
§out: Variable
Implementations§
Trait Implementations§
source§impl Clone for CheckedIndex
impl Clone for CheckedIndex
source§fn clone(&self) -> CheckedIndex
fn clone(&self) -> CheckedIndex
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 CheckedIndex
impl Debug for CheckedIndex
source§impl<'de> Deserialize<'de> for CheckedIndex
impl<'de> Deserialize<'de> for CheckedIndex
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CheckedIndex
impl PartialEq for CheckedIndex
source§impl Serialize for CheckedIndex
impl Serialize for CheckedIndex
impl StructuralPartialEq for CheckedIndex
Auto Trait Implementations§
impl Freeze for CheckedIndex
impl RefUnwindSafe for CheckedIndex
impl Send for CheckedIndex
impl Sync for CheckedIndex
impl Unpin for CheckedIndex
impl UnwindSafe for CheckedIndex
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
)