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