#[repr(C)]pub struct _ocsd_arch_profile_t {
pub arch: ocsd_arch_version_t,
pub profile: ocsd_core_profile_t,
}Expand description
Combined architecture and profile descriptor for a core
Fields§
§arch: ocsd_arch_version_t< core architecture
profile: ocsd_core_profile_t< core profile
Trait Implementations§
Source§impl Clone for _ocsd_arch_profile_t
impl Clone for _ocsd_arch_profile_t
Source§fn clone(&self) -> _ocsd_arch_profile_t
fn clone(&self) -> _ocsd_arch_profile_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 _ocsd_arch_profile_t
impl Debug for _ocsd_arch_profile_t
impl Copy for _ocsd_arch_profile_t
Auto Trait Implementations§
impl Freeze for _ocsd_arch_profile_t
impl RefUnwindSafe for _ocsd_arch_profile_t
impl Send for _ocsd_arch_profile_t
impl Sync for _ocsd_arch_profile_t
impl Unpin for _ocsd_arch_profile_t
impl UnwindSafe for _ocsd_arch_profile_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