#[repr(C)]pub struct Iex_S_Load {
pub end: IREndness,
pub ty: IRType,
pub addr: *mut IRExpr,
}
Fields§
§end: IREndness
§ty: IRType
§addr: *mut IRExpr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iex_S_Load
impl RefUnwindSafe for Iex_S_Load
impl !Send for Iex_S_Load
impl !Sync for Iex_S_Load
impl Unpin for Iex_S_Load
impl UnwindSafe for Iex_S_Load
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