Struct gfx::buffer::Raw [] [src]

pub struct Raw<R> where
    R: Resources
{ /* fields omitted */ }

Untyped buffer

Methods

impl<R> Raw<R> where
    R: Resources
[src]

[src]

Get buffer info

[src]

Is this buffer mapped ?

Trait Implementations

impl<R> Hash for Raw<R> where
    R: Resources + Hash
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<R> PartialEq<Raw<R>> for Raw<R> where
    R: Resources + PartialEq<R>, 
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<R> Debug for Raw<R> where
    R: Resources + Debug,
    <R as Resources>::Buffer: Debug
[src]

[src]

Formats the value using the given formatter.

impl<R> Eq for Raw<R> where
    R: Resources + Eq
[src]