Struct app_surface::SurfaceDeviceQueue
source · pub struct SurfaceDeviceQueue {
pub surface: Surface,
pub config: SurfaceConfiguration,
pub adapter: Adapter,
pub device: Arc<Device>,
pub queue: Arc<Queue>,
}Fields§
§surface: Surface§config: SurfaceConfiguration§adapter: Adapter§device: Arc<Device>§queue: Arc<Queue>Implementations§
source§impl SurfaceDeviceQueue
impl SurfaceDeviceQueue
pub fn update_config_format(&mut self, format: TextureFormat)
Auto Trait Implementations§
impl !RefUnwindSafe for SurfaceDeviceQueue
impl Send for SurfaceDeviceQueue
impl Sync for SurfaceDeviceQueue
impl Unpin for SurfaceDeviceQueue
impl !UnwindSafe for SurfaceDeviceQueue
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