#[repr(C)]pub struct WGPUStaticSamplerBindingLayout {
pub chain: WGPUChainedStruct,
pub sampler: WGPUSampler,
pub sampledTextureBinding: u32,
}Fields§
§chain: WGPUChainedStruct§sampler: WGPUSampler§sampledTextureBinding: u32Trait Implementations§
Source§impl Clone for WGPUStaticSamplerBindingLayout
impl Clone for WGPUStaticSamplerBindingLayout
Source§fn clone(&self) -> WGPUStaticSamplerBindingLayout
fn clone(&self) -> WGPUStaticSamplerBindingLayout
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 moreimpl Copy for WGPUStaticSamplerBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUStaticSamplerBindingLayout
impl RefUnwindSafe for WGPUStaticSamplerBindingLayout
impl !Send for WGPUStaticSamplerBindingLayout
impl !Sync for WGPUStaticSamplerBindingLayout
impl Unpin for WGPUStaticSamplerBindingLayout
impl UnwindSafe for WGPUStaticSamplerBindingLayout
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