pub struct LLvmProgram {
pub root: LLirRoot,
}Expand description
LLVM 程序表示
Fields§
§root: LLirRootImplementations§
Source§impl LLvmProgram
impl LLvmProgram
Trait Implementations§
Source§impl Clone for LLvmProgram
impl Clone for LLvmProgram
Source§fn clone(&self) -> LLvmProgram
fn clone(&self) -> LLvmProgram
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LLvmProgram
impl Debug for LLvmProgram
Source§impl Default for LLvmProgram
impl Default for LLvmProgram
Source§fn default() -> LLvmProgram
fn default() -> LLvmProgram
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LLvmProgram
impl RefUnwindSafe for LLvmProgram
impl Send for LLvmProgram
impl Sync for LLvmProgram
impl Unpin for LLvmProgram
impl UnsafeUnpin for LLvmProgram
impl UnwindSafe for LLvmProgram
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