#[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: Int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRTypeEnv
impl RefUnwindSafe for IRTypeEnv
impl !Send for IRTypeEnv
impl !Sync for IRTypeEnv
impl Unpin 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