Struct wgpu_core::binding_model::BufferBinding
source · #[repr(C)]pub struct BufferBinding {
pub buffer_id: BufferId,
pub offset: BufferAddress,
pub size: Option<BufferSize>,
}
Fields§
§buffer_id: BufferId
§offset: BufferAddress
§size: Option<BufferSize>
Trait Implementations§
source§impl Clone for BufferBinding
impl Clone for BufferBinding
source§fn clone(&self) -> BufferBinding
fn clone(&self) -> BufferBinding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BufferBinding
impl Debug for BufferBinding
source§impl Hash for BufferBinding
impl Hash for BufferBinding
source§impl PartialEq for BufferBinding
impl PartialEq for BufferBinding
source§fn eq(&self, other: &BufferBinding) -> bool
fn eq(&self, other: &BufferBinding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BufferBinding
impl StructuralPartialEq for BufferBinding
Auto Trait Implementations§
impl Freeze for BufferBinding
impl RefUnwindSafe for BufferBinding
impl Send for BufferBinding
impl Sync for BufferBinding
impl Unpin for BufferBinding
impl UnwindSafe for BufferBinding
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.