#[repr(C)]pub struct aeron_command_create_publication_image_stct {Show 13 fields
pub base: aeron_command_base_t,
pub session_id: i32,
pub stream_id: i32,
pub initial_term_id: i32,
pub active_term_id: i32,
pub term_offset: i32,
pub term_length: i32,
pub mtu_length: i32,
pub flags: u8,
pub control_address: sockaddr_storage,
pub src_address: sockaddr_storage,
pub endpoint: *mut c_void,
pub destination: *mut c_void,
}Fields§
§base: aeron_command_base_t§session_id: i32§stream_id: i32§initial_term_id: i32§active_term_id: i32§term_offset: i32§term_length: i32§mtu_length: i32§flags: u8§control_address: sockaddr_storage§src_address: sockaddr_storage§endpoint: *mut c_void§destination: *mut c_voidTrait Implementations§
Source§impl Clone for aeron_command_create_publication_image_stct
impl Clone for aeron_command_create_publication_image_stct
Source§fn clone(&self) -> aeron_command_create_publication_image_stct
fn clone(&self) -> aeron_command_create_publication_image_stct
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 PartialEq for aeron_command_create_publication_image_stct
impl PartialEq for aeron_command_create_publication_image_stct
Source§fn eq(&self, other: &aeron_command_create_publication_image_stct) -> bool
fn eq(&self, other: &aeron_command_create_publication_image_stct) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for aeron_command_create_publication_image_stct
impl Eq for aeron_command_create_publication_image_stct
impl StructuralPartialEq for aeron_command_create_publication_image_stct
Auto Trait Implementations§
impl Freeze for aeron_command_create_publication_image_stct
impl RefUnwindSafe for aeron_command_create_publication_image_stct
impl !Send for aeron_command_create_publication_image_stct
impl !Sync for aeron_command_create_publication_image_stct
impl Unpin for aeron_command_create_publication_image_stct
impl UnwindSafe for aeron_command_create_publication_image_stct
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