#[repr(C)]pub struct xed_chip_features_t {
pub f: [u64; 6],
}Expand description
@ingroup ISASET
Fields§
§f: [u64; 6]Trait Implementations§
Source§impl Clone for xed_chip_features_t
impl Clone for xed_chip_features_t
Source§fn clone(&self) -> xed_chip_features_t
fn clone(&self) -> xed_chip_features_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for xed_chip_features_t
Auto Trait Implementations§
impl Freeze for xed_chip_features_t
impl RefUnwindSafe for xed_chip_features_t
impl Send for xed_chip_features_t
impl Sync for xed_chip_features_t
impl Unpin for xed_chip_features_t
impl UnsafeUnpin for xed_chip_features_t
impl UnwindSafe for xed_chip_features_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