pub struct TransferRead(/* private fields */);
Implementations§
Source§impl TransferRead
impl TransferRead
pub fn new( t: &Vector, bounds_attr: &InBounds, perm_attr: &PermutationMap, source: &Value, indices: &[Value], padding: &Value, mask: Option<&Value>, loc: &Location, ) -> Self
pub fn from(op: MlirOperation) -> Self
pub fn get(&self) -> &MlirOperation
pub fn get_bounds_attribute(&self) -> InBounds
pub fn get_mut(&mut self) -> &mut MlirOperation
pub fn get_permuration_attribute(&self) -> PermutationMap
pub fn get_result(&self) -> Value
Trait Implementations§
Source§impl Clone for TransferRead
impl Clone for TransferRead
Source§fn clone(&self) -> TransferRead
fn clone(&self) -> TransferRead
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 IOperation for TransferRead
impl IOperation for TransferRead
fn get(&self) -> &MlirOperation
fn get_dialect(&self) -> Dialect
fn get_effects(&self) -> MemoryEffectList
fn get_interfaces(&self) -> &'static [Interface]
fn get_mut(&mut self) -> &mut MlirOperation
fn get_name(&self) -> &'static str
fn get_op(&self) -> OpRef
fn get_traits(&self) -> &'static [Trait]
fn as_operation(&self) -> Operation ⓘ
Auto Trait Implementations§
impl Freeze for TransferRead
impl RefUnwindSafe for TransferRead
impl !Send for TransferRead
impl !Sync for TransferRead
impl Unpin for TransferRead
impl UnwindSafe for TransferRead
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