#[repr(C)]pub struct api_version_t {
pub major: u32_,
pub minor: u32_,
pub patch: u32_,
pub name: [c_char; 64],
}Fields§
§major: u32_§minor: u32_§patch: u32_§name: [c_char; 64]Trait Implementations§
Source§impl Clone for api_version_t
impl Clone for api_version_t
Source§fn clone(&self) -> api_version_t
fn clone(&self) -> api_version_t
Returns a duplicate 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 api_version_t
impl Debug for api_version_t
Source§impl Default for api_version_t
impl Default for api_version_t
impl Copy for api_version_t
Auto Trait Implementations§
impl Freeze for api_version_t
impl RefUnwindSafe for api_version_t
impl Send for api_version_t
impl Sync for api_version_t
impl Unpin for api_version_t
impl UnsafeUnpin for api_version_t
impl UnwindSafe for api_version_t
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