#[repr(C)]pub struct WGPUSamplerBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub type_: WGPUSamplerBindingType,
}Fields§
§nextInChain: *mut WGPUChainedStruct§type_: WGPUSamplerBindingTypeTrait Implementations§
Source§impl Clone for WGPUSamplerBindingLayout
impl Clone for WGPUSamplerBindingLayout
Source§fn clone(&self) -> WGPUSamplerBindingLayout
fn clone(&self) -> WGPUSamplerBindingLayout
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 WGPUSamplerBindingLayout
impl Debug for WGPUSamplerBindingLayout
Source§impl Default for WGPUSamplerBindingLayout
impl Default for WGPUSamplerBindingLayout
Source§impl Hash for WGPUSamplerBindingLayout
impl Hash for WGPUSamplerBindingLayout
Source§impl Ord for WGPUSamplerBindingLayout
impl Ord for WGPUSamplerBindingLayout
Source§fn cmp(&self, other: &WGPUSamplerBindingLayout) -> Ordering
fn cmp(&self, other: &WGPUSamplerBindingLayout) -> 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 WGPUSamplerBindingLayout
impl PartialEq for WGPUSamplerBindingLayout
Source§impl PartialOrd for WGPUSamplerBindingLayout
impl PartialOrd for WGPUSamplerBindingLayout
impl Copy for WGPUSamplerBindingLayout
impl Eq for WGPUSamplerBindingLayout
impl StructuralPartialEq for WGPUSamplerBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUSamplerBindingLayout
impl RefUnwindSafe for WGPUSamplerBindingLayout
impl !Send for WGPUSamplerBindingLayout
impl !Sync for WGPUSamplerBindingLayout
impl Unpin for WGPUSamplerBindingLayout
impl UnwindSafe for WGPUSamplerBindingLayout
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