#[repr(C)]pub struct TimeNotificationBehaviour_NotificationEntry {
pub time: f64,
pub payload: INotification,
pub notification_fired: bool,
pub flags: NotificationFlags,
}Expand description
Fields§
§time: f64§payload: INotification§notification_fired: bool§flags: NotificationFlagsImplementations§
Source§impl TimeNotificationBehaviour_NotificationEntry
impl TimeNotificationBehaviour_NotificationEntry
Sourcepub fn get_trigger_in_editor(&mut self) -> bool
pub fn get_trigger_in_editor(&mut self) -> bool
get_triggerInEditor() overload
Sourcepub fn get_prewarm(&mut self) -> bool
pub fn get_prewarm(&mut self) -> bool
get_prewarm() overload
Sourcepub fn get_trigger_once(&mut self) -> bool
pub fn get_trigger_once(&mut self) -> bool
get_triggerOnce() overload
Source§impl TimeNotificationBehaviour_NotificationEntry
impl TimeNotificationBehaviour_NotificationEntry
pub fn get_trigger_in_editor_method_info() -> &'static MethodInfo
pub fn get_prewarm_method_info() -> &'static MethodInfo
pub fn get_trigger_once_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for TimeNotificationBehaviour_NotificationEntry
impl Clone for TimeNotificationBehaviour_NotificationEntry
Source§fn clone(&self) -> TimeNotificationBehaviour_NotificationEntry
fn clone(&self) -> TimeNotificationBehaviour_NotificationEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IlType for TimeNotificationBehaviour_NotificationEntry
impl IlType for TimeNotificationBehaviour_NotificationEntry
impl Copy for TimeNotificationBehaviour_NotificationEntry
Auto Trait Implementations§
impl Freeze for TimeNotificationBehaviour_NotificationEntry
impl RefUnwindSafe for TimeNotificationBehaviour_NotificationEntry
impl !Send for TimeNotificationBehaviour_NotificationEntry
impl !Sync for TimeNotificationBehaviour_NotificationEntry
impl Unpin for TimeNotificationBehaviour_NotificationEntry
impl UnwindSafe for TimeNotificationBehaviour_NotificationEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)