Struct wgpu_hal::gles::TextureFormatDesc
source · pub struct TextureFormatDesc {
pub internal: u32,
pub external: u32,
pub data_type: u32,
}
Fields§
§internal: u32
§external: u32
§data_type: u32
Trait Implementations§
source§impl Clone for TextureFormatDesc
impl Clone for TextureFormatDesc
source§fn clone(&self) -> TextureFormatDesc
fn clone(&self) -> TextureFormatDesc
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 moreAuto Trait Implementations§
impl Freeze for TextureFormatDesc
impl RefUnwindSafe for TextureFormatDesc
impl Send for TextureFormatDesc
impl Sync for TextureFormatDesc
impl Unpin for TextureFormatDesc
impl UnwindSafe for TextureFormatDesc
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