pub struct TextureViewDesc<'a> {
pub name: &'a str,
pub format: TextureFormat,
pub dimension: ViewDimension,
pub subresources: &'a TextureSubresources,
}Fields§
§name: &'a str§format: TextureFormat§dimension: ViewDimension§subresources: &'a TextureSubresourcesTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TextureViewDesc<'a>
impl<'a> RefUnwindSafe for TextureViewDesc<'a>
impl<'a> Send for TextureViewDesc<'a>
impl<'a> Sync for TextureViewDesc<'a>
impl<'a> Unpin for TextureViewDesc<'a>
impl<'a> UnwindSafe for TextureViewDesc<'a>
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