Struct dengine::Rnd2[][src]

pub struct Rnd2(_);

Methods

impl Rnd2
[src]

Trait Implementations

impl ConvIr<Rnd2> for Rnd2Ir
[src]

impl FromValue for Rnd2
[src]

Will panic if could not convert v to Self.

Will return Err(Error::FromValueError(v)) if could not convert v to Self.

Will return Err(Error::FromValueError(v)) if v is not convertible to Self.

impl From<Value> for Rnd2
[src]

Performs the conversion.

impl Debug for Rnd2
[src]

Formats the value using the given formatter. Read more

impl Serialize for Rnd2
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Rnd2

impl Sync for Rnd2