Struct ruru::types::Value [] [src]

#[repr(C)]
pub struct Value { pub value: usize, }

Fields

Methods

impl Value
[src]

Trait Implementations

impl Copy for Value
[src]

impl From<usize> for Value
[src]

Performs the conversion.

impl PartialEq<Value> for Value
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more