#[repr(C)]pub struct Iex_S_Const {
pub con: *mut IRConst,
}
Fields§
§con: *mut IRConst
Trait Implementations§
Source§impl Clone for Iex_S_Const
impl Clone for Iex_S_Const
Source§impl Default for Iex_S_Const
impl Default for Iex_S_Const
impl Copy for Iex_S_Const
Auto Trait Implementations§
impl Freeze for Iex_S_Const
impl RefUnwindSafe for Iex_S_Const
impl !Send for Iex_S_Const
impl !Sync for Iex_S_Const
impl Unpin for Iex_S_Const
impl UnwindSafe for Iex_S_Const
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