pub struct OsExtCompat {
pub compatible_id: [u8; 8],
pub sub_compatible_id: [u8; 8],
}Expand description
Microsoft extended compatibility descriptor.
Fields§
§compatible_id: [u8; 8]Compatible ID string.
sub_compatible_id: [u8; 8]Sub-compatible ID string.
Implementations§
Trait Implementations§
Source§impl Clone for OsExtCompat
impl Clone for OsExtCompat
Source§fn clone(&self) -> OsExtCompat
fn clone(&self) -> OsExtCompat
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 OsExtCompat
impl Debug for OsExtCompat
Source§impl Hash for OsExtCompat
impl Hash for OsExtCompat
Source§impl Ord for OsExtCompat
impl Ord for OsExtCompat
Source§fn cmp(&self, other: &OsExtCompat) -> Ordering
fn cmp(&self, other: &OsExtCompat) -> 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 OsExtCompat
impl PartialEq for OsExtCompat
Source§impl PartialOrd for OsExtCompat
impl PartialOrd for OsExtCompat
impl Eq for OsExtCompat
impl StructuralPartialEq for OsExtCompat
Auto Trait Implementations§
impl Freeze for OsExtCompat
impl RefUnwindSafe for OsExtCompat
impl Send for OsExtCompat
impl Sync for OsExtCompat
impl Unpin for OsExtCompat
impl UnsafeUnpin for OsExtCompat
impl UnwindSafe for OsExtCompat
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