Struct ctru_sys::NotificationEvent
source · #[repr(C, packed(1))]pub struct NotificationEvent {
pub type_: u8_,
pub padding3: [u8_; 3],
pub padding: u32_,
pub key: FriendKey,
}
Expand description
Friend Notification Event structure
Fields§
§type_: u8_
§padding3: [u8_; 3]
§padding: u32_
§key: FriendKey
Trait Implementations§
source§impl Clone for NotificationEvent
impl Clone for NotificationEvent
source§fn clone(&self) -> NotificationEvent
fn clone(&self) -> NotificationEvent
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 NotificationEvent
impl Debug for NotificationEvent
source§impl Default for NotificationEvent
impl Default for NotificationEvent
source§fn default() -> NotificationEvent
fn default() -> NotificationEvent
Returns the “default value” for a type. Read more