pub struct IrMod {
pub name: Ident,
pub ir_name: Ident,
pub flatten: bool,
pub inline: bool,
pub items: Vec<IrItem>,
}Fields§
§name: Ident§ir_name: Ident§flatten: bool§inline: bool§items: Vec<IrItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrMod
impl RefUnwindSafe for IrMod
impl !Send for IrMod
impl !Sync for IrMod
impl Unpin for IrMod
impl UnwindSafe for IrMod
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