#[repr(C)]pub struct BuildVersionCommand {
pub cmd: u32,
pub cmdsize: u32,
pub platform: u32,
pub minos: u32,
pub sdk: u32,
pub ntools: u32,
}
Expand description
The build_version_command contains the min OS version on which this binary was built to run for its platform. The list of known platforms and tool values following it.
Fields§
§cmd: u32
LC_BUILD_VERSION
cmdsize: u32
§platform: u32
platform
minos: u32
X.Y.Z is encoded in nibbles xxxx.yy.zz
sdk: u32
X.Y.Z is encoded in nibbles xxxx.yy.zz
ntools: u32
number of tool entries following this
Trait Implementations§
Source§impl Clone for BuildVersionCommand
impl Clone for BuildVersionCommand
Source§fn clone(&self) -> BuildVersionCommand
fn clone(&self) -> BuildVersionCommand
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 BuildVersionCommand
impl Debug for BuildVersionCommand
Source§impl FromCtx<Endian> for BuildVersionCommand
impl FromCtx<Endian> for BuildVersionCommand
Source§impl<'a> IntoCtx<Endian> for &'a BuildVersionCommand
impl<'a> IntoCtx<Endian> for &'a BuildVersionCommand
Source§impl IntoCtx<Endian> for BuildVersionCommand
impl IntoCtx<Endian> for BuildVersionCommand
Source§impl<'a> TryFromCtx<'a, Endian> for BuildVersionCommandwhere
BuildVersionCommand: 'a,
impl<'a> TryFromCtx<'a, Endian> for BuildVersionCommandwhere
BuildVersionCommand: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a BuildVersionCommand
impl<'a> TryIntoCtx<Endian> for &'a BuildVersionCommand
Source§impl TryIntoCtx<Endian> for BuildVersionCommand
impl TryIntoCtx<Endian> for BuildVersionCommand
impl Copy for BuildVersionCommand
Auto Trait Implementations§
impl Freeze for BuildVersionCommand
impl RefUnwindSafe for BuildVersionCommand
impl Send for BuildVersionCommand
impl Sync for BuildVersionCommand
impl Unpin for BuildVersionCommand
impl UnwindSafe for BuildVersionCommand
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)