#[repr(C)]pub struct CXVersion {
pub Major: c_int,
pub Minor: c_int,
pub Subminor: c_int,
}
Fields§
§Major: c_int
§Minor: c_int
§Subminor: c_int
Trait Implementations§
impl Copy for CXVersion
Auto Trait Implementations§
impl Freeze for CXVersion
impl RefUnwindSafe for CXVersion
impl Send for CXVersion
impl Sync for CXVersion
impl Unpin for CXVersion
impl UnwindSafe for CXVersion
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