#[repr(C)]pub struct Notification_Message {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Notification_Message
impl Notification_Message
pub fn focus_state_changed() -> Self
pub fn resume() -> Self
pub fn operation_mode_changed() -> Self
pub fn performance_mode_changed() -> Self
pub fn exit_request() -> Self
Trait Implementations§
Source§impl ClassIdentity for Notification_Message
impl ClassIdentity for Notification_Message
Source§impl Clone for Notification_Message
impl Clone for Notification_Message
Source§fn clone(&self) -> Notification_Message
fn clone(&self) -> Notification_Message
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 Notification_Message
impl Debug for Notification_Message
Source§impl PartialEq for Notification_Message
impl PartialEq for Notification_Message
impl Copy for Notification_Message
impl Eq for Notification_Message
impl StructuralPartialEq for Notification_Message
Auto Trait Implementations§
impl Freeze for Notification_Message
impl RefUnwindSafe for Notification_Message
impl Send for Notification_Message
impl Sync for Notification_Message
impl Unpin for Notification_Message
impl UnwindSafe for Notification_Message
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)