#[repr(C)]pub struct _KLIB_VERSION {
pub Major: INT,
pub Minor: INT,
pub Micro: INT,
pub Nano: INT,
}Fields§
§Major: INT§Minor: INT§Micro: INT§Nano: INTTrait Implementations§
Source§impl Clone for _KLIB_VERSION
impl Clone for _KLIB_VERSION
Source§fn clone(&self) -> _KLIB_VERSION
fn clone(&self) -> _KLIB_VERSION
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 _KLIB_VERSION
impl Debug for _KLIB_VERSION
Source§impl Default for _KLIB_VERSION
impl Default for _KLIB_VERSION
Source§fn default() -> _KLIB_VERSION
fn default() -> _KLIB_VERSION
Returns the “default value” for a type. Read more
impl Copy for _KLIB_VERSION
Auto Trait Implementations§
impl Freeze for _KLIB_VERSION
impl RefUnwindSafe for _KLIB_VERSION
impl Send for _KLIB_VERSION
impl Sync for _KLIB_VERSION
impl Unpin for _KLIB_VERSION
impl UnwindSafe for _KLIB_VERSION
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