#[repr(C)]pub struct aeron_publication_image_connection_stct {
pub padding_before: [u8; 64],
pub resolved_control_address_for_implicit_unicast_channels: sockaddr_storage,
pub destination: *mut aeron_receive_destination_t,
pub control_addr: *mut sockaddr_storage,
pub is_eos: bool,
pub time_of_last_activity_ns: i64,
pub time_of_last_frame_ns: i64,
pub eos_position: i64,
pub padding_after: [u8; 64],
}
Fields§
§padding_before: [u8; 64]
§resolved_control_address_for_implicit_unicast_channels: sockaddr_storage
§destination: *mut aeron_receive_destination_t
§control_addr: *mut sockaddr_storage
§is_eos: bool
§time_of_last_activity_ns: i64
§time_of_last_frame_ns: i64
§eos_position: i64
§padding_after: [u8; 64]
Trait Implementations§
source§impl Clone for aeron_publication_image_connection_stct
impl Clone for aeron_publication_image_connection_stct
source§fn clone(&self) -> aeron_publication_image_connection_stct
fn clone(&self) -> aeron_publication_image_connection_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§impl From<aeron_publication_image_connection_stct> for AeronPublicationImageConnection
impl From<aeron_publication_image_connection_stct> for AeronPublicationImageConnection
source§fn from(value: aeron_publication_image_connection_t) -> Self
fn from(value: aeron_publication_image_connection_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_publication_image_connection_stct
Auto Trait Implementations§
impl Freeze for aeron_publication_image_connection_stct
impl RefUnwindSafe for aeron_publication_image_connection_stct
impl !Send for aeron_publication_image_connection_stct
impl !Sync for aeron_publication_image_connection_stct
impl Unpin for aeron_publication_image_connection_stct
impl UnwindSafe for aeron_publication_image_connection_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)