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