Struct openvr_sys::Struct_VR_IVRNotifications_FnTable [] [src]

pub struct 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 Struct_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 Struct_NotificationBitmap_t, pNotificationId: *mut VRNotificationId) -> EVRNotificationError> RemoveNotification: Option<extern fn(notificationId: VRNotificationId) -> EVRNotificationError>

Trait Implementations

impl Copy for Struct_VR_IVRNotifications_FnTable
[src]

impl Clone for Struct_VR_IVRNotifications_FnTable
[src]

fn clone(&self) -> Self

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 Default for Struct_VR_IVRNotifications_FnTable
[src]

fn default() -> Self

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