Struct truck_platform::DeviceHandler [−][src]
pub struct DeviceHandler { /* fields omitted */ }Expand description
Chain that holds Device, Queue and SurfaceConfiguration.
This struct is used for creating Scene.
Device and Queue must be wrapped Arc,
and SurfaceConfiguration Arc<Mutex>.
Implementations
constructor
Creates default device handler.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeviceHandler
impl Send for DeviceHandler
impl Sync for DeviceHandler
impl Unpin for DeviceHandler
impl !UnwindSafe for DeviceHandler
Blanket Implementations
Mutably borrows from an owned value. Read more