#[repr(C)]pub struct RexxMsgPort {
pub rmp_Node: RexxRsrc,
pub rmp_Port: MsgPort,
pub rmp_ReplyList: List,
}Fields§
§rmp_Node: RexxRsrc§rmp_Port: MsgPort§rmp_ReplyList: ListTrait Implementations§
Source§impl Clone for RexxMsgPort
impl Clone for RexxMsgPort
Source§fn clone(&self) -> RexxMsgPort
fn clone(&self) -> RexxMsgPort
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 RexxMsgPort
impl Debug for RexxMsgPort
impl Copy for RexxMsgPort
Auto Trait Implementations§
impl Freeze for RexxMsgPort
impl RefUnwindSafe for RexxMsgPort
impl !Send for RexxMsgPort
impl !Sync for RexxMsgPort
impl Unpin for RexxMsgPort
impl UnwindSafe for RexxMsgPort
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