Struct llvm_sys::orc2::LLVMJITSymbolFlags
source · [−]Expand description
Linkage flags for a symbol definition.
Fields
GenericFlags: u8
TargetFlags: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMJITSymbolFlags
impl Send for LLVMJITSymbolFlags
impl Sync for LLVMJITSymbolFlags
impl Unpin for LLVMJITSymbolFlags
impl UnwindSafe for LLVMJITSymbolFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more