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: u32Trait Implementations§
Source§impl Clone for ImageBinding
 
impl Clone for ImageBinding
Source§fn clone(&self) -> ImageBinding
 
fn clone(&self) -> ImageBinding
Returns a duplicate 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