Struct genet_abi::fixed::Fixed[][src]

#[repr(C)]
pub struct Fixed<T> { /* fields omitted */ }

A fixed memory location.

Methods

impl<T> Fixed<T>
[src]

Creates a new Fixed containing the given value.

Creates a new Fixed from the given static value.

Returns a raw pointer to the underlying data in this container.

Trait Implementations

impl Into<Fixed<Attr>> for Attr
[src]

Performs the conversion.

impl Into<Fixed<Attr>> for &'static Attr
[src]

Performs the conversion.

impl Into<Fixed<AttrClass>> for &'static AttrClass
[src]

Performs the conversion.

impl<T: Copy> Copy for Fixed<T>
[src]

impl<T: Send> Send for Fixed<T>
[src]

impl<T: Sync> Sync for Fixed<T>
[src]

impl<T> Debug for Fixed<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Clone for Fixed<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T, D: Deref<Target = T>> From<&'static D> for Fixed<T>
[src]

Performs the conversion.

impl<T> AsRef<T> for Fixed<T>
[src]

Important traits for &'a mut R

Performs the conversion.

impl<T> Deref for Fixed<T>
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

impl Into<Fixed<LayerClass>> for &'static LayerClass
[src]

Performs the conversion.