pub type CHANGER_ELEMENT = _CHANGER_ELEMENT;
Aliased Type§
struct CHANGER_ELEMENT {
pub ElementType: i32,
pub ElementAddress: u32,
}
Fields§
§ElementType: i32
§ElementAddress: u32
Trait Implementations
Source§impl Clone for _CHANGER_ELEMENT
impl Clone for _CHANGER_ELEMENT
Source§fn clone(&self) -> _CHANGER_ELEMENT
fn clone(&self) -> _CHANGER_ELEMENT
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 _CHANGER_ELEMENT
impl Debug for _CHANGER_ELEMENT
Source§impl Ord for _CHANGER_ELEMENT
impl Ord for _CHANGER_ELEMENT
Source§fn cmp(&self, other: &_CHANGER_ELEMENT) -> Ordering
fn cmp(&self, other: &_CHANGER_ELEMENT) -> 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