Struct openvr_sys::VR_IVRNotifications_FnTable[][src]

#[repr(C)]
pub struct VR_IVRNotifications_FnTable { pub CreateNotification: Option<unsafe extern "C" fn(ulOverlayHandle: VROverlayHandle_t, ulUserValue: u64, type_: EVRNotificationType, pchText: *mut c_char, style: EVRNotificationStyle, pImage: *mut NotificationBitmap_t, pNotificationId: *mut VRNotificationId) -> EVRNotificationError>, pub RemoveNotification: Option<unsafe extern "C" fn(notificationId: VRNotificationId) -> EVRNotificationError>, }

Fields

Trait Implementations

impl Debug for VR_IVRNotifications_FnTable
[src]

Formats the value using the given formatter. Read more

impl Copy for VR_IVRNotifications_FnTable
[src]

impl Clone for VR_IVRNotifications_FnTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations