#[repr(transparent)]pub struct NeoMessage(pub neomessage_t);Tuple Fields§
§0: neomessage_tTrait Implementations§
Source§impl Clone for NeoMessage
impl Clone for NeoMessage
Source§fn clone(&self) -> NeoMessage
fn clone(&self) -> NeoMessage
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 Default for NeoMessage
impl Default for NeoMessage
Source§fn default() -> NeoMessage
fn default() -> NeoMessage
Returns the “default value” for a type. Read more
Source§impl From<NeoMessage> for NeoMessageCan
impl From<NeoMessage> for NeoMessageCan
Source§fn from(msg: NeoMessage) -> Self
fn from(msg: NeoMessage) -> Self
Converts to this type from the input type.
Source§impl From<NeoMessage> for NeoMessageCanError
impl From<NeoMessage> for NeoMessageCanError
Source§fn from(msg: NeoMessage) -> Self
fn from(msg: NeoMessage) -> Self
Converts to this type from the input type.
Source§impl From<NeoMessage> for NeoMessageEth
impl From<NeoMessage> for NeoMessageEth
Source§fn from(msg: NeoMessage) -> Self
fn from(msg: NeoMessage) -> Self
Converts to this type from the input type.
Source§impl From<NeoMessage> for NeoMessageFrame
impl From<NeoMessage> for NeoMessageFrame
Source§fn from(msg: NeoMessage) -> Self
fn from(msg: NeoMessage) -> Self
Converts to this type from the input type.
impl Send for NeoMessage
Auto Trait Implementations§
impl Freeze for NeoMessage
impl RefUnwindSafe for NeoMessage
impl Sync for NeoMessage
impl Unpin for NeoMessage
impl UnwindSafe for NeoMessage
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