pub struct DummyResources {
pub size: Extent,
pub white_texture: Texture,
pub white_view: TextureView,
pub black_texture: Texture,
pub black_view: TextureView,
pub red_texture: Texture,
pub red_view: TextureView,
/* private fields */
}Fields§
§size: Extent§white_texture: Texture§white_view: TextureView§black_texture: Texture§black_view: TextureView§red_texture: Texture§red_view: TextureViewImplementations§
Auto Trait Implementations§
impl Freeze for DummyResources
impl RefUnwindSafe for DummyResources
impl Send for DummyResources
impl Sync for DummyResources
impl Unpin for DummyResources
impl UnwindSafe for DummyResources
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