#[repr(C)]pub struct IRRegArray {
pub base: Int,
pub elemTy: IRType,
pub nElems: Int,
}
Fields§
§base: Int
§elemTy: IRType
§nElems: Int
Trait Implementations§
Source§impl Clone for IRRegArray
impl Clone for IRRegArray
Source§fn clone(&self) -> IRRegArray
fn clone(&self) -> IRRegArray
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 Debug for IRRegArray
impl Debug 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 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