#[repr(C)]pub struct aeron_subscription_constants_stct {
pub channel: *const c_char,
pub on_available_image: aeron_on_available_image_t,
pub on_unavailable_image: aeron_on_unavailable_image_t,
pub registration_id: i64,
pub stream_id: i32,
pub channel_status_indicator_id: i32,
}
Fields§
§channel: *const c_char
Media address for delivery to the channel.
This returns a pointer only valid for the lifetime of the subscription.
on_available_image: aeron_on_available_image_t
Callback used to indicate when an Image becomes available under this Subscription.
Callback used to indicate when an Image goes unavailable under this Subscription.
registration_id: i64
Return the registration id used to register this Subscription with the media driver.
stream_id: i32
Stream identity for scoping within the channel media address.
channel_status_indicator_id: i32
Counter id for the channel status indicator
Trait Implementations§
source§impl Clone for aeron_subscription_constants_stct
impl Clone for aeron_subscription_constants_stct
source§fn clone(&self) -> aeron_subscription_constants_stct
fn clone(&self) -> aeron_subscription_constants_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_subscription_constants_stct> for AeronSubscriptionConstants
impl From<aeron_subscription_constants_stct> for AeronSubscriptionConstants
source§fn from(value: aeron_subscription_constants_t) -> Self
fn from(value: aeron_subscription_constants_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_subscription_constants_stct
Auto Trait Implementations§
impl Freeze for aeron_subscription_constants_stct
impl RefUnwindSafe for aeron_subscription_constants_stct
impl !Send for aeron_subscription_constants_stct
impl !Sync for aeron_subscription_constants_stct
impl Unpin for aeron_subscription_constants_stct
impl UnwindSafe for aeron_subscription_constants_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
)