pub struct NotificationSetFlags {
pub delay_schedule_receiver: bool,
pub vcpu_id: Option<u16>,
}Expand description
Flags field of the FFA_NOTIFICATION_SET interface.
Fields§
§delay_schedule_receiver: bool§vcpu_id: Option<u16>Trait Implementations§
Source§impl Clone for NotificationSetFlags
impl Clone for NotificationSetFlags
Source§fn clone(&self) -> NotificationSetFlags
fn clone(&self) -> NotificationSetFlags
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 NotificationSetFlags
impl Debug for NotificationSetFlags
Source§impl From<NotificationSetFlags> for u32
impl From<NotificationSetFlags> for u32
Source§fn from(flags: NotificationSetFlags) -> Self
fn from(flags: NotificationSetFlags) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NotificationSetFlags
impl PartialEq for NotificationSetFlags
Source§impl TryFrom<u32> for NotificationSetFlags
impl TryFrom<u32> for NotificationSetFlags
impl Copy for NotificationSetFlags
impl Eq for NotificationSetFlags
impl StructuralPartialEq for NotificationSetFlags
Auto Trait Implementations§
impl Freeze for NotificationSetFlags
impl RefUnwindSafe for NotificationSetFlags
impl Send for NotificationSetFlags
impl Sync for NotificationSetFlags
impl Unpin for NotificationSetFlags
impl UnwindSafe for NotificationSetFlags
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