#[repr(C)]pub struct IdaxDatabaseCompilerInfo {
pub id: u32,
pub uncertain: c_int,
pub name: *mut c_char,
pub abbreviation: *mut c_char,
}Fields§
§id: u32§uncertain: c_int§name: *mut c_char§abbreviation: *mut c_charTrait Implementations§
Source§impl Clone for IdaxDatabaseCompilerInfo
impl Clone for IdaxDatabaseCompilerInfo
Source§fn clone(&self) -> IdaxDatabaseCompilerInfo
fn clone(&self) -> IdaxDatabaseCompilerInfo
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 IdaxDatabaseCompilerInfo
Source§impl Debug for IdaxDatabaseCompilerInfo
impl Debug for IdaxDatabaseCompilerInfo
Auto Trait Implementations§
impl !Send for IdaxDatabaseCompilerInfo
impl !Sync for IdaxDatabaseCompilerInfo
impl Freeze for IdaxDatabaseCompilerInfo
impl RefUnwindSafe for IdaxDatabaseCompilerInfo
impl Unpin for IdaxDatabaseCompilerInfo
impl UnsafeUnpin for IdaxDatabaseCompilerInfo
impl UnwindSafe for IdaxDatabaseCompilerInfo
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