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