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