pub struct Addr {
pub client: i32,
pub port: i32,
}
Expand description
snd_seq_addr_t wrapper
Fields§
§client: i32
§port: i32
Implementations§
Trait Implementations§
source§impl Ord for Addr
impl Ord for Addr
source§impl PartialEq for Addr
impl PartialEq for Addr
source§impl PartialOrd for Addr
impl PartialOrd for Addr
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 Addr
impl Eq for Addr
impl EventData for Addr
impl StructuralEq for Addr
impl StructuralPartialEq for Addr
Auto Trait Implementations§
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
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