#[repr(C)]pub struct Iex_S_Get {
pub offset: Int,
pub ty: IRType,
}Fields§
§offset: Int§ty: IRTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Iex_S_Get
impl RefUnwindSafe for Iex_S_Get
impl Send for Iex_S_Get
impl Sync for Iex_S_Get
impl Unpin for Iex_S_Get
impl UnwindSafe for Iex_S_Get
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