pub struct CPUTarget {
pub aff0: u8,
pub aff1: u8,
pub aff2: u8,
pub aff3: u8,
}
Fields§
§aff0: u8
§aff1: u8
§aff2: u8
§aff3: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPUTarget
impl RefUnwindSafe for CPUTarget
impl Send for CPUTarget
impl Sync for CPUTarget
impl Unpin for CPUTarget
impl UnwindSafe for CPUTarget
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
)