Struct gprimitives::MessageHandle
source · pub struct MessageHandle(/* private fields */);Expand description
Message handle.
Gear allows users and programs to interact with other users and programs via messages. Message creation consists of the following parts: message initialization, filling the message with payload (can be gradual), and message sending.
Trait Implementations§
source§impl Clone for MessageHandle
impl Clone for MessageHandle
source§fn clone(&self) -> MessageHandle
fn clone(&self) -> MessageHandle
Returns a copy 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 MessageHandle
impl Debug for MessageHandle
source§impl From<MessageHandle> for u32
impl From<MessageHandle> for u32
source§fn from(original: MessageHandle) -> Self
fn from(original: MessageHandle) -> Self
Converts to this type from the input type.
source§impl From<u32> for MessageHandle
impl From<u32> for MessageHandle
source§fn from(original: u32) -> MessageHandle
fn from(original: u32) -> MessageHandle
Converts to this type from the input type.
source§impl PartialEq for MessageHandle
impl PartialEq for MessageHandle
impl Copy for MessageHandle
impl Eq for MessageHandle
impl StructuralPartialEq for MessageHandle
Auto Trait Implementations§
impl Freeze for MessageHandle
impl RefUnwindSafe for MessageHandle
impl Send for MessageHandle
impl Sync for MessageHandle
impl Unpin for MessageHandle
impl UnwindSafe for MessageHandle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)