Struct wgpu_core::binding_model::BufferBinding [−][src]
#[repr(C)]pub struct BufferBinding { pub buffer_id: BufferId, pub offset: BufferAddress, pub size: Option<BufferSize>, }
Fields
buffer_id: BufferIdoffset: BufferAddresssize: Option<BufferSize>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for BufferBindingimpl Send for BufferBindingimpl Sync for BufferBindingimpl Unpin for BufferBindingimpl !UnwindSafe for BufferBindingBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,