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§
source§impl Clone for CXSourceRange
impl Clone for CXSourceRange
source§fn clone(&self) -> CXSourceRange
fn clone(&self) -> CXSourceRange
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 CXSourceRange
impl Debug for CXSourceRange
source§impl Default for CXSourceRange
impl Default for CXSourceRange
source§fn default() -> CXSourceRange
fn default() -> CXSourceRange
Returns the “default value” for a type. Read more
impl Copy for CXSourceRange
Auto Trait Implementations§
impl Freeze for CXSourceRange
impl RefUnwindSafe for CXSourceRange
impl !Send for CXSourceRange
impl !Sync for CXSourceRange
impl Unpin for CXSourceRange
impl UnwindSafe for CXSourceRange
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