pub struct Instance {
pub name: String,
pub vulkan: Option<<Vulkan as Api>::Instance>,
pub gl: Option<<Gles as Api>::Instance>,
}
Fields§
§name: String
§vulkan: Option<<Vulkan as Api>::Instance>
Available on crate feature
§vulkan
and non-WebAssembly only.gl: Option<<Gles as Api>::Instance>
Available on crate feature
gles
only.Implementations§
Trait Implementations§
impl Access<Instance> for Root
impl Access<Surface> for Instance
Auto Trait Implementations§
impl !RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl !UnwindSafe for Instance
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