pub struct OrcIndirectStubsManager { /* private fields */ }Implementations§
Source§impl OrcIndirectStubsManager
impl OrcIndirectStubsManager
pub fn create_local_indirect_stubs_manager( target_triple: &CStr, ) -> Owning<OrcIndirectStubsManager>
Trait Implementations§
Source§impl Opaque for OrcIndirectStubsManager
impl Opaque for OrcIndirectStubsManager
type Inner = LLVMOrcOpaqueIndirectStubsManager
Source§unsafe fn try_from_raw<'r>(ptr: *mut Self::Inner) -> Option<&'r Self>
unsafe fn try_from_raw<'r>(ptr: *mut Self::Inner) -> Option<&'r Self>
Try to create ref from nonnull raw pointer and check cond.
Source§unsafe fn from_raw<'r>(ptr: *mut Self::Inner) -> &'r Self
unsafe fn from_raw<'r>(ptr: *mut Self::Inner) -> &'r Self
Try to create ref from nonnull raw pointer but don’t check cond.
Source§unsafe fn from_ptr<'r>(ptr: *mut Self::Inner) -> Option<&'r Self>
unsafe fn from_ptr<'r>(ptr: *mut Self::Inner) -> Option<&'r Self>
Try to create ref from nullable raw pointer.
Source§unsafe fn cast_unchecked<T: Opaque<Inner = Self::Inner>>(&self) -> &T
unsafe fn cast_unchecked<T: Opaque<Inner = Self::Inner>>(&self) -> &T
Cast to target but don’t check cond.
fn cast<T: Opaque<Inner = Self::Inner>>(&self) -> &T
Auto Trait Implementations§
impl !Freeze for OrcIndirectStubsManager
impl !RefUnwindSafe for OrcIndirectStubsManager
impl Send for OrcIndirectStubsManager
impl !Sync for OrcIndirectStubsManager
impl !Unpin for OrcIndirectStubsManager
impl UnwindSafe for OrcIndirectStubsManager
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