Struct dynamo::lifetime::Intrinsic [] [src]

pub struct Intrinsic {
    pub arg_constraints: &'static [ArgConstraint],
    pub returns: bool,
}

Fields

Trait Implementations

impl Debug for Intrinsic
[src]

Formats the value using the given formatter.

impl Copy for Intrinsic
[src]

impl Clone for Intrinsic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more