Struct blade_graphics::SurfaceConfig
source · pub struct SurfaceConfig {
pub size: Extent,
pub usage: TextureUsage,
pub frame_count: u32,
}Fields§
§size: Extent§usage: TextureUsage§frame_count: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SurfaceConfig
impl Send for SurfaceConfig
impl Sync for SurfaceConfig
impl Unpin for SurfaceConfig
impl UnwindSafe for SurfaceConfig
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