#[repr(C)]pub struct WGPUSamplerBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub type_: c_int,
}Fields§
§nextInChain: *mut WGPUChainedStruct§type_: c_intTrait Implementations§
Source§impl Clone for WGPUSamplerBindingLayout
impl Clone for WGPUSamplerBindingLayout
Source§fn clone(&self) -> WGPUSamplerBindingLayout
fn clone(&self) -> WGPUSamplerBindingLayout
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 WGPUSamplerBindingLayout
impl Debug for WGPUSamplerBindingLayout
impl Copy 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