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