#[repr(C)]pub struct NotificationFlags {
pub value: i16,
}Expand description
Fields§
§value: i16Implementations§
Source§impl NotificationFlags
impl NotificationFlags
pub fn trigger_in_edit_mode() -> Self
pub fn retroactive() -> Self
pub fn trigger_once() -> Self
Trait Implementations§
Source§impl ClassIdentity for NotificationFlags
impl ClassIdentity for NotificationFlags
Source§impl Clone for NotificationFlags
impl Clone for NotificationFlags
Source§fn clone(&self) -> NotificationFlags
fn clone(&self) -> NotificationFlags
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 Debug for NotificationFlags
impl Debug for NotificationFlags
Source§impl PartialEq for NotificationFlags
impl PartialEq for NotificationFlags
impl Copy for NotificationFlags
impl Eq for NotificationFlags
impl StructuralPartialEq for NotificationFlags
Auto Trait Implementations§
impl Freeze for NotificationFlags
impl RefUnwindSafe for NotificationFlags
impl Send for NotificationFlags
impl Sync for NotificationFlags
impl Unpin for NotificationFlags
impl UnwindSafe for NotificationFlags
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)