#[repr(C)]pub struct WGPUBindGroupLayoutEntry {
pub nextInChain: *mut WGPUChainedStruct,
pub binding: u32,
pub visibility: WGPUFlags,
pub bindingArraySize: u32,
pub buffer: WGPUBufferBindingLayout,
pub sampler: WGPUSamplerBindingLayout,
pub texture: WGPUTextureBindingLayout,
pub storageTexture: WGPUStorageTextureBindingLayout,
}Fields§
§nextInChain: *mut WGPUChainedStruct§binding: u32§visibility: WGPUFlags§bindingArraySize: u32§buffer: WGPUBufferBindingLayout§sampler: WGPUSamplerBindingLayout§texture: WGPUTextureBindingLayout§storageTexture: WGPUStorageTextureBindingLayoutTrait Implementations§
Source§impl Clone for WGPUBindGroupLayoutEntry
impl Clone for WGPUBindGroupLayoutEntry
Source§fn clone(&self) -> WGPUBindGroupLayoutEntry
fn clone(&self) -> WGPUBindGroupLayoutEntry
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 WGPUBindGroupLayoutEntry
impl Debug for WGPUBindGroupLayoutEntry
impl Copy for WGPUBindGroupLayoutEntry
Auto Trait Implementations§
impl Freeze for WGPUBindGroupLayoutEntry
impl RefUnwindSafe for WGPUBindGroupLayoutEntry
impl !Send for WGPUBindGroupLayoutEntry
impl !Sync for WGPUBindGroupLayoutEntry
impl Unpin for WGPUBindGroupLayoutEntry
impl UnwindSafe for WGPUBindGroupLayoutEntry
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