#[repr(C)]pub struct WGPUBindGroupLayoutEntry {
pub nextInChain: *mut WGPUChainedStruct,
pub binding: u32,
pub visibility: WGPUShaderStage,
pub buffer: WGPUBufferBindingLayout,
pub sampler: WGPUSamplerBindingLayout,
pub texture: WGPUTextureBindingLayout,
pub storageTexture: WGPUStorageTextureBindingLayout,
}Fields§
§nextInChain: *mut WGPUChainedStruct§binding: u32§visibility: WGPUShaderStage§buffer: WGPUBufferBindingLayout§sampler: WGPUSamplerBindingLayout§texture: WGPUTextureBindingLayout§storageTexture: WGPUStorageTextureBindingLayoutTrait Implementations§
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