pub struct ArrayFill<'a> {
pub array: Index<'a>,
}Expand description
Extra data associated with the array.fill instruction
Fields§
§array: Index<'a>The index of the array type we’re filling.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ArrayFill<'a>
impl<'a> RefUnwindSafe for ArrayFill<'a>
impl<'a> Send for ArrayFill<'a>
impl<'a> Sync for ArrayFill<'a>
impl<'a> Unpin for ArrayFill<'a>
impl<'a> UnwindSafe for ArrayFill<'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