pub struct DirectMsg2Args(pub [u64; 14]);Expand description
Arguments for the FFA_MSG_SEND_DIRECT_{REQ,RESP}2 interfaces.
Tuple Fields§
§0: [u64; 14]Trait Implementations§
Source§impl Clone for DirectMsg2Args
impl Clone for DirectMsg2Args
Source§fn clone(&self) -> DirectMsg2Args
fn clone(&self) -> DirectMsg2Args
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 DirectMsg2Args
impl Debug for DirectMsg2Args
Source§impl PartialEq for DirectMsg2Args
impl PartialEq for DirectMsg2Args
impl Copy for DirectMsg2Args
impl Eq for DirectMsg2Args
impl StructuralPartialEq for DirectMsg2Args
Auto Trait Implementations§
impl Freeze for DirectMsg2Args
impl RefUnwindSafe for DirectMsg2Args
impl Send for DirectMsg2Args
impl Sync for DirectMsg2Args
impl Unpin for DirectMsg2Args
impl UnwindSafe for DirectMsg2Args
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