Struct gfx::handle::RawBuffer []

pub struct RawBuffer<R>(_)
where
    R: Resources
;

Untyped buffer handle

Methods from Deref<Target = Raw<R>>

Get buffer info

Is this buffer mapped ?

Trait Implementations

impl<R> Deref for RawBuffer<R> where
    R: Resources

impl<R> Eq for RawBuffer<R> where
    R: Resources + Eq

impl<R> PartialEq<RawBuffer<R>> for RawBuffer<R> where
    R: Resources + PartialEq<R>, 

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

This method tests for !=.

impl<R> Clone for RawBuffer<R> where
    R: Resources + Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R> Hash for RawBuffer<R> where
    R: Resources + Hash

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl<R> Debug for RawBuffer<R> where
    R: Resources + Debug

Formats the value using the given formatter.