#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RexxMsgPort
Auto Trait Implementations§
impl !Send for RexxMsgPort
impl !Sync for RexxMsgPort
impl Freeze for RexxMsgPort
impl RefUnwindSafe for RexxMsgPort
impl Unpin for RexxMsgPort
impl UnsafeUnpin 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