Struct go_engine::ffi::FunctionKey
source · pub struct FunctionKey(_);Implementations§
source§impl FunctionKey
impl FunctionKey
pub fn null() -> FunctionKey
Trait Implementations§
source§impl Clone for FunctionKey
impl Clone for FunctionKey
source§fn clone(&self) -> FunctionKey
fn clone(&self) -> FunctionKey
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 FunctionKey
impl Debug for FunctionKey
source§impl Default for FunctionKey
impl Default for FunctionKey
source§fn default() -> FunctionKey
fn default() -> FunctionKey
Returns the “default value” for a type. Read more
source§impl From<usize> for FunctionKey
impl From<usize> for FunctionKey
source§fn from(k: usize) -> FunctionKey
fn from(k: usize) -> FunctionKey
Converts to this type from the input type.
source§impl Hash for FunctionKey
impl Hash for FunctionKey
source§impl Ord for FunctionKey
impl Ord for FunctionKey
source§fn cmp(&self, other: &FunctionKey) -> Ordering
fn cmp(&self, other: &FunctionKey) -> 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<FunctionKey> for FunctionKey
impl PartialEq<FunctionKey> for FunctionKey
source§fn eq(&self, other: &FunctionKey) -> bool
fn eq(&self, other: &FunctionKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FunctionKey> for FunctionKey
impl PartialOrd<FunctionKey> for FunctionKey
source§fn partial_cmp(&self, other: &FunctionKey) -> Option<Ordering>
fn partial_cmp(&self, other: &FunctionKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more