#[repr(C)]pub struct VkInitializePerformanceApiInfoINTEL {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pUserData: *mut c_void,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§pUserData: *mut c_void
Trait Implementations§
Source§impl Clone for VkInitializePerformanceApiInfoINTEL
impl Clone for VkInitializePerformanceApiInfoINTEL
Source§fn clone(&self) -> VkInitializePerformanceApiInfoINTEL
fn clone(&self) -> VkInitializePerformanceApiInfoINTEL
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkInitializePerformanceApiInfoINTEL
Auto Trait Implementations§
impl Freeze for VkInitializePerformanceApiInfoINTEL
impl RefUnwindSafe for VkInitializePerformanceApiInfoINTEL
impl !Send for VkInitializePerformanceApiInfoINTEL
impl !Sync for VkInitializePerformanceApiInfoINTEL
impl Unpin for VkInitializePerformanceApiInfoINTEL
impl UnwindSafe for VkInitializePerformanceApiInfoINTEL
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