Struct simics_api_sys::bindings::thread_domain
source · #[repr(C)]pub struct thread_domain {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for thread_domain
impl Clone for thread_domain
source§fn clone(&self) -> thread_domain
fn clone(&self) -> thread_domain
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 thread_domain
impl Debug for thread_domain
source§impl Default for thread_domain
impl Default for thread_domain
source§fn default() -> thread_domain
fn default() -> thread_domain
Returns the “default value” for a type. Read more
source§impl Hash for thread_domain
impl Hash for thread_domain
source§impl Ord for thread_domain
impl Ord for thread_domain
source§fn cmp(&self, other: &thread_domain) -> Ordering
fn cmp(&self, other: &thread_domain) -> 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 thread_domain
impl PartialEq for thread_domain
source§impl PartialOrd for thread_domain
impl PartialOrd for thread_domain
impl Copy for thread_domain
impl Eq for thread_domain
impl StructuralPartialEq for thread_domain
Auto Trait Implementations§
impl Freeze for thread_domain
impl RefUnwindSafe for thread_domain
impl Send for thread_domain
impl Sync for thread_domain
impl Unpin for thread_domain
impl UnwindSafe for thread_domain
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
)