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