pub struct SuccessArgsNotificationGet {
pub sp_notifications: Option<u64>,
pub vm_notifications: Option<u64>,
pub spm_notifications: Option<u32>,
pub hypervisor_notifications: Option<u32>,
}Expand description
FFA_NOTIFICATION_GET specific success argument structure.
Fields§
§sp_notifications: Option<u64>§vm_notifications: Option<u64>§spm_notifications: Option<u32>§hypervisor_notifications: Option<u32>Trait Implementations§
Source§impl Clone for SuccessArgsNotificationGet
impl Clone for SuccessArgsNotificationGet
Source§fn clone(&self) -> SuccessArgsNotificationGet
fn clone(&self) -> SuccessArgsNotificationGet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SuccessArgsNotificationGet
impl Debug for SuccessArgsNotificationGet
Source§impl From<SuccessArgsNotificationGet> for SuccessArgs
impl From<SuccessArgsNotificationGet> for SuccessArgs
Source§fn from(value: SuccessArgsNotificationGet) -> Self
fn from(value: SuccessArgsNotificationGet) -> Self
Converts to this type from the input type.
impl Copy for SuccessArgsNotificationGet
impl Eq for SuccessArgsNotificationGet
impl StructuralPartialEq for SuccessArgsNotificationGet
Auto Trait Implementations§
impl Freeze for SuccessArgsNotificationGet
impl RefUnwindSafe for SuccessArgsNotificationGet
impl Send for SuccessArgsNotificationGet
impl Sync for SuccessArgsNotificationGet
impl Unpin for SuccessArgsNotificationGet
impl UnwindSafe for SuccessArgsNotificationGet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more