[−][src]Struct ash::extensions::experimental::amd::AmdGpaInterfaceFn    
Fields
create_gpa_session: PFN_vkCreateGpaSessionAMDdestroy_gpa_session: PFN_vkDestroyGpaSessionAMDset_gpa_device_clock_mode: PFN_vkSetGpaDeviceClockModeAMDcmd_begin_gpa_session: PFN_vkCmdBeginGpaSessionAMDcmd_end_gpa_session: PFN_vkCmdEndGpaSessionAMDcmd_begin_gpa_sample: PFN_vkCmdBeginGpaSampleAMDcmd_end_gpa_sample: PFN_vkCmdEndGpaSampleAMDget_gpa_session_status: PFN_vkGetGpaSessionStatusAMDget_gpa_session_results: PFN_vkGetGpaSessionResultsAMDreset_gpa_session: PFN_vkResetGpaSessionAMDcmd_copy_gpa_session_results: PFN_vkCmdCopyGpaSessionResultsAMDMethods
impl AmdGpaInterfaceFn[src]
pub fn load<F>(_f: F) -> Self where
    F: FnMut(&CStr) -> *const c_void, [src]
F: FnMut(&CStr) -> *const c_void,
pub unsafe fn create_gpa_session(
    &self, 
    device: Device, 
    create_info: *const GpaSessionCreateInfoAmd, 
    allocator: *const AllocationCallbacks, 
    gpa_session: *mut GpaSessionAmd
) -> Result[src]
&self,
device: Device,
create_info: *const GpaSessionCreateInfoAmd,
allocator: *const AllocationCallbacks,
gpa_session: *mut GpaSessionAmd
) -> Result
pub unsafe fn destroy_gpa_session(
    &self, 
    device: Device, 
    gpa_session: GpaSessionAmd, 
    allocator: *const AllocationCallbacks
) -> c_void[src]
&self,
device: Device,
gpa_session: GpaSessionAmd,
allocator: *const AllocationCallbacks
) -> c_void
Trait Implementations
impl Sync for AmdGpaInterfaceFn[src]
impl Clone for AmdGpaInterfaceFn[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Send for AmdGpaInterfaceFn[src]
Auto Trait Implementations
impl Unpin for AmdGpaInterfaceFn
impl UnwindSafe for AmdGpaInterfaceFn
impl RefUnwindSafe for AmdGpaInterfaceFn
Blanket Implementations
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,