Struct simics_api_sys::bindings::vhdx_muuid_t
source · #[repr(C)]pub struct vhdx_muuid_t {
pub d1: uint32,
pub d2: uint16,
pub d3: uint16,
pub d4: [uint8; 8],
}
Expand description
UUID of the Microsoft kind. The byte-order of the on-disk format is different from the standard representation.
Fields§
§d1: uint32
Fields d1-d3 are apparently in little-endian order, despite the claims of the VHD spec.
d2: uint16
§d3: uint16
§d4: [uint8; 8]
In straight order (BE).
Trait Implementations§
source§impl Clone for vhdx_muuid_t
impl Clone for vhdx_muuid_t
source§fn clone(&self) -> vhdx_muuid_t
fn clone(&self) -> vhdx_muuid_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 vhdx_muuid_t
impl Debug for vhdx_muuid_t
source§impl Default for vhdx_muuid_t
impl Default for vhdx_muuid_t
source§fn default() -> vhdx_muuid_t
fn default() -> vhdx_muuid_t
Returns the “default value” for a type. Read more
source§impl Hash for vhdx_muuid_t
impl Hash for vhdx_muuid_t
source§impl Ord for vhdx_muuid_t
impl Ord for vhdx_muuid_t
source§fn cmp(&self, other: &vhdx_muuid_t) -> Ordering
fn cmp(&self, other: &vhdx_muuid_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for vhdx_muuid_t
impl PartialEq for vhdx_muuid_t
source§impl PartialOrd for vhdx_muuid_t
impl PartialOrd for vhdx_muuid_t
impl Copy for vhdx_muuid_t
impl Eq for vhdx_muuid_t
impl StructuralPartialEq for vhdx_muuid_t
Auto Trait Implementations§
impl Freeze for vhdx_muuid_t
impl RefUnwindSafe for vhdx_muuid_t
impl Send for vhdx_muuid_t
impl Sync for vhdx_muuid_t
impl Unpin for vhdx_muuid_t
impl UnwindSafe for vhdx_muuid_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
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
)