#[repr(C)]pub struct IRConst {
pub tag: IRConstTag,
pub Ico: Ico,
}
Fields§
§tag: IRConstTag
§Ico: Ico
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRConst
impl RefUnwindSafe for IRConst
impl Send for IRConst
impl Sync for IRConst
impl Unpin for IRConst
impl UnwindSafe for IRConst
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