Struct ctru_sys::NotificationHeader
source · #[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 copy 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