Struct wgpu_hal::gles::ImageBinding
source · struct ImageBinding {
raw: Texture,
mip_level: u32,
array_layer: Option<u32>,
access: u32,
format: u32,
}
Fields§
§raw: Texture
§mip_level: u32
§array_layer: Option<u32>
§access: u32
§format: u32
Trait Implementations§
source§impl Clone for ImageBinding
impl Clone for ImageBinding
source§fn clone(&self) -> ImageBinding
fn clone(&self) -> ImageBinding
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 ImageBinding
impl RefUnwindSafe for ImageBinding
impl Send for ImageBinding
impl Sync for ImageBinding
impl Unpin for ImageBinding
impl UnwindSafe for ImageBinding
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