#[repr(C)]pub struct IRRegArray {
pub base: Int,
pub elemTy: IRType,
pub nElems: Int,
}Fields§
§base: Int§elemTy: IRType§nElems: IntTrait Implementations§
Source§impl Clone for IRRegArray
impl Clone for IRRegArray
impl Copy for IRRegArray
Auto Trait Implementations§
impl Freeze for IRRegArray
impl RefUnwindSafe for IRRegArray
impl Send for IRRegArray
impl Sync for IRRegArray
impl Unpin for IRRegArray
impl UnsafeUnpin for IRRegArray
impl UnwindSafe for IRRegArray
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