#[repr(C)]pub struct IRTypeEnv {
pub types: *mut IRType,
pub types_size: Int,
pub types_used: Int,
}Fields§
§types: *mut IRType§types_size: Int§types_used: IntTrait Implementations§
Auto Trait Implementations§
impl !Send for IRTypeEnv
impl !Sync for IRTypeEnv
impl Freeze for IRTypeEnv
impl RefUnwindSafe for IRTypeEnv
impl Unpin for IRTypeEnv
impl UnsafeUnpin for IRTypeEnv
impl UnwindSafe for IRTypeEnv
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