pub struct MsgSend2Flags {
pub delay_schedule_receiver: bool,
}Expand description
Flags field of the FFA_MSG_SEND2 interface.
Fields§
§delay_schedule_receiver: boolTrait Implementations§
Source§impl Clone for MsgSend2Flags
impl Clone for MsgSend2Flags
Source§fn clone(&self) -> MsgSend2Flags
fn clone(&self) -> MsgSend2Flags
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 MsgSend2Flags
impl Debug for MsgSend2Flags
Source§impl Default for MsgSend2Flags
impl Default for MsgSend2Flags
Source§fn default() -> MsgSend2Flags
fn default() -> MsgSend2Flags
Returns the “default value” for a type. Read more
Source§impl From<MsgSend2Flags> for u32
impl From<MsgSend2Flags> for u32
Source§fn from(flags: MsgSend2Flags) -> Self
fn from(flags: MsgSend2Flags) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MsgSend2Flags
impl PartialEq for MsgSend2Flags
Source§impl TryFrom<u32> for MsgSend2Flags
impl TryFrom<u32> for MsgSend2Flags
impl Copy for MsgSend2Flags
impl Eq for MsgSend2Flags
impl StructuralPartialEq for MsgSend2Flags
Auto Trait Implementations§
impl Freeze for MsgSend2Flags
impl RefUnwindSafe for MsgSend2Flags
impl Send for MsgSend2Flags
impl Sync for MsgSend2Flags
impl Unpin for MsgSend2Flags
impl UnwindSafe for MsgSend2Flags
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