Struct clang_sys::CXStringSet
source · #[repr(C)]pub struct CXStringSet {
pub Strings: *mut CXString,
pub Count: c_uint,
}
Fields§
§Strings: *mut CXString
§Count: c_uint
Trait Implementations§
source§impl Clone for CXStringSet
impl Clone for CXStringSet
source§fn clone(&self) -> CXStringSet
fn clone(&self) -> CXStringSet
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 CXStringSet
impl Debug for CXStringSet
source§impl Default for CXStringSet
impl Default for CXStringSet
source§fn default() -> CXStringSet
fn default() -> CXStringSet
Returns the “default value” for a type. Read more
impl Copy for CXStringSet
Auto Trait Implementations§
impl Freeze for CXStringSet
impl RefUnwindSafe for CXStringSet
impl !Send for CXStringSet
impl !Sync for CXStringSet
impl Unpin for CXStringSet
impl UnwindSafe for CXStringSet
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