#[repr(C)]pub struct VulkanInfo {
pub vk_instance: *mut c_void,
pub vk_physical_device: *mut c_void,
pub vk_logical_device: *mut c_void,
pub graphics_queue_family_index: u32,
pub graphics_queue_index: u32,
}Fields§
§vk_instance: *mut c_void§vk_physical_device: *mut c_void§vk_logical_device: *mut c_void§graphics_queue_family_index: u32§graphics_queue_index: u32Trait Implementations§
Source§impl Clone for ImpellerContextVulkanInfo
impl Clone for ImpellerContextVulkanInfo
Source§fn clone(&self) -> ImpellerContextVulkanInfo
fn clone(&self) -> ImpellerContextVulkanInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImpellerContextVulkanInfo
impl Debug for ImpellerContextVulkanInfo
Source§impl Default for ImpellerContextVulkanInfo
impl Default for ImpellerContextVulkanInfo
impl Copy for ImpellerContextVulkanInfo
Auto Trait Implementations§
impl Freeze for ImpellerContextVulkanInfo
impl RefUnwindSafe for ImpellerContextVulkanInfo
impl !Send for ImpellerContextVulkanInfo
impl !Sync for ImpellerContextVulkanInfo
impl Unpin for ImpellerContextVulkanInfo
impl UnsafeUnpin for ImpellerContextVulkanInfo
impl UnwindSafe for ImpellerContextVulkanInfo
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