#[repr(C)]pub struct WGPUTextureBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub sampleType: WGPUTextureSampleType,
pub viewDimension: WGPUTextureViewDimension,
pub multisampled: WGPUBool,
}Fields§
§nextInChain: *mut WGPUChainedStruct§sampleType: WGPUTextureSampleType§viewDimension: WGPUTextureViewDimension§multisampled: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUTextureBindingLayout
impl Clone for WGPUTextureBindingLayout
Source§fn clone(&self) -> WGPUTextureBindingLayout
fn clone(&self) -> WGPUTextureBindingLayout
Returns a duplicate 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
Source§impl Default for WGPUTextureBindingLayout
impl Default for WGPUTextureBindingLayout
Source§impl Hash for WGPUTextureBindingLayout
impl Hash for WGPUTextureBindingLayout
Source§impl Ord for WGPUTextureBindingLayout
impl Ord for WGPUTextureBindingLayout
Source§fn cmp(&self, other: &WGPUTextureBindingLayout) -> Ordering
fn cmp(&self, other: &WGPUTextureBindingLayout) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUTextureBindingLayout
impl PartialEq for WGPUTextureBindingLayout
Source§impl PartialOrd for WGPUTextureBindingLayout
impl PartialOrd for WGPUTextureBindingLayout
impl Copy for WGPUTextureBindingLayout
impl Eq for WGPUTextureBindingLayout
impl StructuralPartialEq 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