pub struct Binemit {
pub module: Module,
/* private fields */
}Expand description
A struct for emitting binary.
Fields§
§module: ModuleThe module to compile from.
Implementations§
Auto Trait Implementations§
impl Freeze for Binemit
impl RefUnwindSafe for Binemit
impl Send for Binemit
impl Sync for Binemit
impl Unpin for Binemit
impl UnsafeUnpin for Binemit
impl UnwindSafe for Binemit
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