Struct wgpu_hal::gles::command::TextureSlotDesc
source · struct TextureSlotDesc {
tex_target: u32,
sampler_index: Option<u8>,
}
Fields§
§tex_target: u32
§sampler_index: Option<u8>
Trait Implementations§
source§impl Clone for TextureSlotDesc
impl Clone for TextureSlotDesc
source§fn clone(&self) -> TextureSlotDesc
fn clone(&self) -> TextureSlotDesc
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 TextureSlotDesc
impl Debug for TextureSlotDesc
source§impl Default for TextureSlotDesc
impl Default for TextureSlotDesc
source§fn default() -> TextureSlotDesc
fn default() -> TextureSlotDesc
Returns the “default value” for a type. Read more
impl Copy for TextureSlotDesc
Auto Trait Implementations§
impl Freeze for TextureSlotDesc
impl RefUnwindSafe for TextureSlotDesc
impl Send for TextureSlotDesc
impl Sync for TextureSlotDesc
impl Unpin for TextureSlotDesc
impl UnwindSafe for TextureSlotDesc
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