#[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_uintTrait Implementations§
Source§impl Clone for CXSourceRange
impl Clone for CXSourceRange
Source§fn clone(&self) -> CXSourceRange
fn clone(&self) -> CXSourceRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CXSourceRange
Source§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
Auto Trait Implementations§
impl !Send for CXSourceRange
impl !Sync for CXSourceRange
impl Freeze for CXSourceRange
impl RefUnwindSafe for CXSourceRange
impl Unpin for CXSourceRange
impl UnsafeUnpin 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