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