Struct wgpu_core::command::bind::LateBufferBinding
source · struct LateBufferBinding {
shader_expect_size: BufferAddress,
bound_size: BufferAddress,
}
Fields§
§shader_expect_size: BufferAddress
§bound_size: BufferAddress
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LateBufferBinding
impl RefUnwindSafe for LateBufferBinding
impl Send for LateBufferBinding
impl Sync for LateBufferBinding
impl Unpin for LateBufferBinding
impl UnwindSafe for LateBufferBinding
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