Type Alias SuccessArgsNotificationInfoGet64

Source
pub type SuccessArgsNotificationInfoGet64 = SuccessArgsNotificationInfoGet<20>;
Expand description

FFA_NOTIFICATION_INFO_GET_64 specific success argument structure.

Aliased Type§

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

Fields§

§more_pending_notifications: bool

Trait Implementations§

Source§

impl TryFrom<SuccessArgs> for SuccessArgsNotificationInfoGet64

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.