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