Struct openvr_sys::VR_IVRNotifications_FnTable [] [src]

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

Fields

CreateNotification: Option<unsafe extern fn(ulOverlayHandle: VROverlayHandle_t, ulUserValue: uint64_t, type_: EVRNotificationType, pchText: *mut c_char, style: EVRNotificationStyle, pImage: *mut NotificationBitmap_t, pNotificationId: *mut VRNotificationId) -> EVRNotificationError> RemoveNotification: Option<extern fn(notificationId: VRNotificationId) -> EVRNotificationError>

Trait Implementations

impl Clone for VR_IVRNotifications_FnTable
[src]

fn clone(&self) -> VR_IVRNotifications_FnTable

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for VR_IVRNotifications_FnTable
[src]

impl Debug for VR_IVRNotifications_FnTable
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for VR_IVRNotifications_FnTable
[src]

fn default() -> Self

Returns the "default value" for a type. Read more