Skip to main content

SuccessArgsNotificationInfoGet32

Type Alias SuccessArgsNotificationInfoGet32 

Source
pub type SuccessArgsNotificationInfoGet32 = SuccessArgsNotificationInfoGet<10>;
Expand description

FFA_NOTIFICATION_INFO_GET_32 specific success argument structure.

Aliased Type§

pub struct SuccessArgsNotificationInfoGet32 {
    pub more_pending_notifications: bool,
    /* private fields */
}

Fields§

§more_pending_notifications: bool

Trait Implementations§

Source§

impl TryFrom<SuccessArgs> for SuccessArgsNotificationInfoGet32

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: SuccessArgs) -> Result<Self, Self::Error>

Performs the conversion.