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