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