pub struct InBounds(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<MlirAttribute> for InBounds
impl From<MlirAttribute> for InBounds
Source§fn from(attr: MlirAttribute) -> Self
fn from(attr: MlirAttribute) -> Self
Converts to this type from the input type.
Source§impl IAttribute for InBounds
impl IAttribute for InBounds
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 InBounds
impl IAttributeNamed for InBounds
Auto Trait Implementations§
impl Freeze for InBounds
impl RefUnwindSafe for InBounds
impl !Send for InBounds
impl !Sync for InBounds
impl Unpin for InBounds
impl UnwindSafe for InBounds
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