#[repr(C)]pub struct WGPUBindGroupEntry {
pub nextInChain: *mut WGPUChainedStruct,
pub binding: u32,
pub buffer: WGPUBuffer,
pub offset: u64,
pub size: u64,
pub sampler: WGPUSampler,
pub textureView: WGPUTextureView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§binding: u32§buffer: WGPUBuffer§offset: u64§size: u64§sampler: WGPUSampler§textureView: WGPUTextureViewTrait Implementations§
Source§impl Clone for WGPUBindGroupEntry
impl Clone for WGPUBindGroupEntry
Source§fn clone(&self) -> WGPUBindGroupEntry
fn clone(&self) -> WGPUBindGroupEntry
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 WGPUBindGroupEntry
impl Debug for WGPUBindGroupEntry
impl Copy for WGPUBindGroupEntry
Auto Trait Implementations§
impl Freeze for WGPUBindGroupEntry
impl RefUnwindSafe for WGPUBindGroupEntry
impl !Send for WGPUBindGroupEntry
impl !Sync for WGPUBindGroupEntry
impl Unpin for WGPUBindGroupEntry
impl UnwindSafe for WGPUBindGroupEntry
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