Type Alias simics_api_sys::bindings::PyDictKeysObject
source · pub type PyDictKeysObject = _dictkeysobject;
Aliased Type§
struct PyDictKeysObject {
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