#[repr(C)]pub struct _IRConst {
pub tag: IRConstTag,
pub Ico: _IRConst__bindgen_ty_1,
}Fields§
§tag: IRConstTag§Ico: _IRConst__bindgen_ty_1Trait 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