#[repr(C)]pub struct OS_VersionBin {
pub build: u8_,
pub minor: u8_,
pub mainver: u8_,
pub reserved_x3: u8_,
pub region: c_char,
pub reserved_x5: [u8_; 3],
}Expand description
OS_VersionBin. Format of the system version: “
Fields§
§build: u8_§minor: u8_§mainver: u8_§reserved_x3: u8_§region: c_char§reserved_x5: [u8_; 3]Trait Implementations§
Source§impl Clone for OS_VersionBin
impl Clone for OS_VersionBin
Source§fn clone(&self) -> OS_VersionBin
fn clone(&self) -> OS_VersionBin
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OS_VersionBin
impl Debug for OS_VersionBin
Source§impl Default for OS_VersionBin
impl Default for OS_VersionBin
Source§fn default() -> OS_VersionBin
fn default() -> OS_VersionBin
Returns the “default value” for a type. Read more
impl Copy for OS_VersionBin
Auto Trait Implementations§
impl Freeze for OS_VersionBin
impl RefUnwindSafe for OS_VersionBin
impl Send for OS_VersionBin
impl Sync for OS_VersionBin
impl Unpin for OS_VersionBin
impl UnwindSafe for OS_VersionBin
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)