#[repr(transparent)]pub struct WGPUSamplerBindingType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUSamplerBindingType
impl Clone for WGPUSamplerBindingType
Source§fn clone(&self) -> WGPUSamplerBindingType
fn clone(&self) -> WGPUSamplerBindingType
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 WGPUSamplerBindingType
impl Debug for WGPUSamplerBindingType
Source§impl Hash for WGPUSamplerBindingType
impl Hash for WGPUSamplerBindingType
Source§impl PartialEq for WGPUSamplerBindingType
impl PartialEq for WGPUSamplerBindingType
impl Copy for WGPUSamplerBindingType
impl Eq for WGPUSamplerBindingType
impl StructuralPartialEq for WGPUSamplerBindingType
Auto Trait Implementations§
impl Freeze for WGPUSamplerBindingType
impl RefUnwindSafe for WGPUSamplerBindingType
impl Send for WGPUSamplerBindingType
impl Sync for WGPUSamplerBindingType
impl Unpin for WGPUSamplerBindingType
impl UnwindSafe for WGPUSamplerBindingType
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