Struct inkwell::object_file::Symbol
source · pub struct Symbol { /* private fields */ }
Implementations§
source§impl Symbol
impl Symbol
pub unsafe fn new(symbol: LLVMSymbolIteratorRef) -> Self
pub fn as_mut_ptr(&self) -> LLVMSymbolIteratorRef
pub fn get_name(&self) -> Option<&CStr>
pub fn size(&self) -> u64
pub fn get_address(&self) -> u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Symbol
impl !Send for Symbol
impl !Sync for Symbol
impl Unpin for Symbol
impl UnwindSafe for Symbol
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