#[repr(C)]pub struct Iex_S_GetI {
pub descr: *mut IRRegArray,
pub ix: *mut IRExpr,
pub bias: Int,
}
Fields§
§descr: *mut IRRegArray
§ix: *mut IRExpr
§bias: Int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iex_S_GetI
impl RefUnwindSafe for Iex_S_GetI
impl !Send for Iex_S_GetI
impl !Sync for Iex_S_GetI
impl Unpin for Iex_S_GetI
impl UnwindSafe for Iex_S_GetI
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