#[repr(C, packed(4))]pub struct aeron_correlated_command_stct {
pub client_id: i64,
pub correlation_id: i64,
}
Fields§
§client_id: i64
§correlation_id: i64
Trait Implementations§
Source§fn clone(&self) -> aeron_correlated_command_stct
fn clone(&self) -> aeron_correlated_command_stct
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§fn default() -> aeron_correlated_command_stct
fn default() -> aeron_correlated_command_stct
Returns the “default value” for a type. Read more
Source§fn from(value: aeron_correlated_command_t) -> Self
fn from(value: aeron_correlated_command_t) -> Self
Converts to this type from the input type.
Source§fn eq(&self, other: &aeron_correlated_command_stct) -> bool
fn eq(&self, other: &aeron_correlated_command_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
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