pub struct RemarkDebugLoc { /* private fields */ }Implementations§
Source§impl RemarkDebugLoc
impl RemarkDebugLoc
pub fn get_source_file_path(&self) -> &RemarkString
pub fn get_source_line(&self) -> u32
pub fn get_source_column(&self) -> u32
Trait Implementations§
Source§impl Opaque for RemarkDebugLoc
impl Opaque for RemarkDebugLoc
type Inner = LLVMRemarkOpaqueDebugLoc
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 RemarkDebugLoc
impl !RefUnwindSafe for RemarkDebugLoc
impl Send for RemarkDebugLoc
impl !Sync for RemarkDebugLoc
impl !Unpin for RemarkDebugLoc
impl UnwindSafe for RemarkDebugLoc
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