pub struct Instance { /* private fields */ }Trait Implementations§
Source§impl InstanceMethods for Instance
impl InstanceMethods for Instance
Source§fn enumerate_physical_devices(&self) -> Vec<PhysicalDevice>
fn enumerate_physical_devices(&self) -> Vec<PhysicalDevice>
Enumerate the physical devices available to the instance.
Maps the
vkEnumeratePhysicalDevices function.Auto Trait Implementations§
impl Freeze for Instance
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