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_uintTrait 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