Struct clang_sys::CXSourceRange
source · #[repr(C)]pub struct CXSourceRange {
pub ptr_data: [*const c_void; 2],
pub begin_int_data: c_uint,
pub end_int_data: c_uint,
}
Fields
ptr_data: [*const c_void; 2]
begin_int_data: c_uint
end_int_data: c_uint
Trait Implementations
sourceimpl Clone for CXSourceRange
impl Clone for CXSourceRange
sourcefn clone(&self) -> CXSourceRange
fn clone(&self) -> CXSourceRange
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 CXSourceRange
impl Debug for CXSourceRange
sourceimpl Default for CXSourceRange
impl Default for CXSourceRange
sourcefn default() -> CXSourceRange
fn default() -> CXSourceRange
Returns the “default value” for a type. Read more
impl Copy for CXSourceRange
Auto Trait Implementations
impl RefUnwindSafe for CXSourceRange
impl !Send for CXSourceRange
impl !Sync for CXSourceRange
impl Unpin for CXSourceRange
impl UnwindSafe for CXSourceRange
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