pub struct InitMessage(pub [u8; 48]);Expand description
The message sent by the initiator to the responder.
Tuple Fields§
§0: [u8; 48]Trait Implementations§
Source§impl Clone for InitMessage
impl Clone for InitMessage
Source§fn clone(&self) -> InitMessage
fn clone(&self) -> InitMessage
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 moreimpl Copy for InitMessage
Auto Trait Implementations§
impl Freeze for InitMessage
impl RefUnwindSafe for InitMessage
impl Send for InitMessage
impl Sync for InitMessage
impl Unpin for InitMessage
impl UnwindSafe for InitMessage
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