#[repr(C)]pub struct WGPUTextureBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub sampleType: c_int,
pub viewDimension: c_int,
pub multisampled: WGPUBool,
}Fields§
§nextInChain: *mut WGPUChainedStruct§sampleType: c_int§viewDimension: c_int§multisampled: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUTextureBindingLayout
impl Clone for WGPUTextureBindingLayout
Source§fn clone(&self) -> WGPUTextureBindingLayout
fn clone(&self) -> WGPUTextureBindingLayout
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 WGPUTextureBindingLayout
impl Debug for WGPUTextureBindingLayout
impl Copy for WGPUTextureBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUTextureBindingLayout
impl RefUnwindSafe for WGPUTextureBindingLayout
impl !Send for WGPUTextureBindingLayout
impl !Sync for WGPUTextureBindingLayout
impl Unpin for WGPUTextureBindingLayout
impl UnwindSafe for WGPUTextureBindingLayout
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