pub struct Connect {
pub sender: Addr,
pub dest: Addr,
}
Expand description
snd_seq_connect_t wrapper
Fields§
§sender: Addr
§dest: Addr
Trait Implementations§
source§impl Ord for Connect
impl Ord for Connect
source§impl PartialEq for Connect
impl PartialEq for Connect
source§impl PartialOrd for Connect
impl PartialOrd for Connect
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Connect
impl Eq for Connect
impl EventData for Connect
impl StructuralEq for Connect
impl StructuralPartialEq for Connect
Auto Trait Implementations§
impl RefUnwindSafe for Connect
impl Send for Connect
impl Sync for Connect
impl Unpin for Connect
impl UnwindSafe for Connect
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