Struct clang_sys::CXSourceLocation
source · Fields
ptr_data: [*const c_void; 2]
int_data: c_uint
Trait Implementations
sourceimpl Clone for CXSourceLocation
impl Clone for CXSourceLocation
sourcefn clone(&self) -> CXSourceLocation
fn clone(&self) -> CXSourceLocation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CXSourceLocation
impl Debug for CXSourceLocation
sourceimpl Default for CXSourceLocation
impl Default for CXSourceLocation
sourcefn default() -> CXSourceLocation
fn default() -> CXSourceLocation
Returns the “default value” for a type. Read more
impl Copy for CXSourceLocation
Auto Trait Implementations
impl RefUnwindSafe for CXSourceLocation
impl !Send for CXSourceLocation
impl !Sync for CXSourceLocation
impl Unpin for CXSourceLocation
impl UnwindSafe for CXSourceLocation
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