pub struct StepFor(/* private fields */);
Implementations§
Source§impl StepFor
impl StepFor
pub fn get(&self) -> &MlirAttribute
pub fn get_mut(&mut self) -> &mut MlirAttribute
Trait Implementations§
Source§impl From<MlirAttribute> for StepFor
impl From<MlirAttribute> for StepFor
Source§fn from(attr: MlirAttribute) -> Self
fn from(attr: MlirAttribute) -> Self
Converts to this type from the input type.
Source§impl IAttribute for StepFor
impl IAttribute for StepFor
fn get(&self) -> &MlirAttribute
fn get_mut(&mut self) -> &mut MlirAttribute
fn as_attribute(&self) -> Attribute
fn get_context(&self) -> Context
fn get_type(&self) -> Type
Source§impl IAttributeNamed for StepFor
impl IAttributeNamed for StepFor
Auto Trait Implementations§
impl Freeze for StepFor
impl RefUnwindSafe for StepFor
impl !Send for StepFor
impl !Sync for StepFor
impl Unpin for StepFor
impl UnwindSafe for StepFor
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