Struct gfx_core::handle::RawBuffer
[−]
[src]
pub struct RawBuffer<R: Resources>(_);
Untyped buffer handle
Methods from Deref<Target = Raw<R>>
pub fn get_info(&self) -> &Info
[src]
Get buffer info
pub fn is_mapped(&self) -> bool
[src]
Is this buffer mapped ?
Trait Implementations
impl<R: Clone + Resources> Clone for RawBuffer<R>
[src]
fn clone(&self) -> RawBuffer<R>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<R: Debug + Resources> Debug for RawBuffer<R>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<R: Eq + Resources> Eq for RawBuffer<R>
[src]
impl<R: Hash + Resources> Hash for RawBuffer<R>
[src]
fn hash<__HR: Hasher>(&self, __arg_0: &mut __HR)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<R: PartialEq + Resources> PartialEq for RawBuffer<R>
[src]
fn eq(&self, __arg_0: &RawBuffer<R>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RawBuffer<R>) -> bool
[src]
This method tests for !=
.