#[repr(C)]pub struct NotificationHeader {
pub dataSet: bool,
pub unread: bool,
pub enableJPEG: bool,
pub isSpotPass: bool,
pub isOptedOut: bool,
pub unkData: [u8_; 3],
pub processID: u64_,
pub unkData2: [u8_; 8],
pub jumpParam: u64_,
pub unkData3: [u8_; 8],
pub time: u64_,
pub title: [u16_; 32],
}Expand description
Notification header data.
Fields§
§dataSet: bool§unread: bool§enableJPEG: bool§isSpotPass: bool§isOptedOut: bool§unkData: [u8_; 3]§processID: u64_§unkData2: [u8_; 8]§jumpParam: u64_§unkData3: [u8_; 8]§time: u64_§title: [u16_; 32]Trait Implementations§
Source§impl Clone for NotificationHeader
impl Clone for NotificationHeader
Source§fn clone(&self) -> NotificationHeader
fn clone(&self) -> NotificationHeader
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 NotificationHeader
impl Debug for NotificationHeader
Source§impl Default for NotificationHeader
impl Default for NotificationHeader
Source§fn default() -> NotificationHeader
fn default() -> NotificationHeader
Returns the “default value” for a type. Read more
impl Copy for NotificationHeader
Auto Trait Implementations§
impl Freeze for NotificationHeader
impl RefUnwindSafe for NotificationHeader
impl Send for NotificationHeader
impl Sync for NotificationHeader
impl Unpin for NotificationHeader
impl UnwindSafe for NotificationHeader
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)