pub struct InstrAlloca<'a>(/* private fields */);Expand description
Alloca instruction
Implementations§
Source§impl<'a> InstrAlloca<'a>
impl<'a> InstrAlloca<'a>
Trait Implementations§
Source§impl<'a> AsRef<Value<'a>> for InstrAlloca<'a>
impl<'a> AsRef<Value<'a>> for InstrAlloca<'a>
Source§impl<'a> Clone for InstrAlloca<'a>
impl<'a> Clone for InstrAlloca<'a>
Source§fn clone(&self) -> InstrAlloca<'a>
fn clone(&self) -> InstrAlloca<'a>
Returns a duplicate 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<'a> From<InstrAlloca<'a>> for Value<'a>
impl<'a> From<InstrAlloca<'a>> for Value<'a>
Source§fn from(x: InstrAlloca<'a>) -> Value<'a>
fn from(x: InstrAlloca<'a>) -> Value<'a>
Converts to this type from the input type.
impl<'a> Copy for InstrAlloca<'a>
Auto Trait Implementations§
impl<'a> Freeze for InstrAlloca<'a>
impl<'a> RefUnwindSafe for InstrAlloca<'a>
impl<'a> !Send for InstrAlloca<'a>
impl<'a> !Sync for InstrAlloca<'a>
impl<'a> Unpin for InstrAlloca<'a>
impl<'a> UnwindSafe for InstrAlloca<'a>
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