#[repr(C)]pub struct osVersion_t {
pub api: u32,
pub kernel: u32,
}
Expand description
Version information.
Fields§
§api: u32
< API version (major.minor.rev: mmnnnrrrr dec).
kernel: u32
< Kernel version (major.minor.rev: mmnnnrrrr dec).
Trait Implementations§
Source§impl Clone for osVersion_t
impl Clone for osVersion_t
Source§fn clone(&self) -> osVersion_t
fn clone(&self) -> osVersion_t
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 osVersion_t
impl Debug for osVersion_t
impl Copy for osVersion_t
Auto Trait Implementations§
impl Freeze for osVersion_t
impl RefUnwindSafe for osVersion_t
impl Send for osVersion_t
impl Sync for osVersion_t
impl Unpin for osVersion_t
impl UnwindSafe for osVersion_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