Struct llvm_sys::orc2::LLVMJITSymbolFlags
source · #[repr(C)]pub struct LLVMJITSymbolFlags {
pub GenericFlags: u8,
pub TargetFlags: u8,
}
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§
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