Struct cpp_common::ClosureSig [−][src]
pub struct ClosureSig {
pub captures: Vec<Capture>,
pub ret: Ty,
pub cpp: String,
pub std_body: String,
}Fields
captures: Vec<Capture>
ret: Ty
cpp: String
std_body: String
Methods
impl ClosureSig[src]
impl ClosureSigTrait Implementations
impl Clone for ClosureSig[src]
impl Clone for ClosureSigfn clone(&self) -> ClosureSig[src]
fn clone(&self) -> ClosureSigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ClosureSig[src]
impl Debug for ClosureSigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for ClosureSig[src]
impl Hash for ClosureSigfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for ClosureSig[src]
impl PartialEq for ClosureSigfn eq(&self, other: &ClosureSig) -> bool[src]
fn eq(&self, other: &ClosureSig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ClosureSig) -> bool[src]
fn ne(&self, other: &ClosureSig) -> boolThis method tests for !=.
impl Eq for ClosureSig[src]
impl Eq for ClosureSigAuto Trait Implementations
impl Send for ClosureSig
impl Send for ClosureSigimpl Sync for ClosureSig
impl Sync for ClosureSig