pub struct AeronSubscriptionReady { /* private fields */ }
Implementations§
source§impl AeronSubscriptionReady
impl AeronSubscriptionReady
pub fn new( correlation_id: i64, channel_status_indicator_id: i32, ) -> Result<Self, AeronCError>
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn correlation_id(&self) -> i64
pub fn channel_status_indicator_id(&self) -> i32
pub fn get_inner(&self) -> *mut aeron_subscription_ready_t
Trait Implementations§
source§impl Clone for AeronSubscriptionReady
impl Clone for AeronSubscriptionReady
source§fn clone(&self) -> AeronSubscriptionReady
fn clone(&self) -> AeronSubscriptionReady
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 Debug for AeronSubscriptionReady
impl Debug for AeronSubscriptionReady
source§impl Default for AeronSubscriptionReady
impl Default for AeronSubscriptionReady
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronSubscriptionReady
impl Deref for AeronSubscriptionReady
source§impl From<&AeronSubscriptionReady> for *mut aeron_subscription_ready_t
impl From<&AeronSubscriptionReady> for *mut aeron_subscription_ready_t
source§fn from(value: &AeronSubscriptionReady) -> Self
fn from(value: &AeronSubscriptionReady) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_subscription_ready_stct> for AeronSubscriptionReady
impl From<*const aeron_subscription_ready_stct> for AeronSubscriptionReady
source§fn from(value: *const aeron_subscription_ready_t) -> Self
fn from(value: *const aeron_subscription_ready_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_subscription_ready_stct> for AeronSubscriptionReady
impl From<*mut aeron_subscription_ready_stct> for AeronSubscriptionReady
source§fn from(value: *mut aeron_subscription_ready_t) -> Self
fn from(value: *mut aeron_subscription_ready_t) -> Self
Converts to this type from the input type.
source§impl From<AeronSubscriptionReady> for *mut aeron_subscription_ready_t
impl From<AeronSubscriptionReady> for *mut aeron_subscription_ready_t
source§fn from(value: AeronSubscriptionReady) -> Self
fn from(value: AeronSubscriptionReady) -> Self
Converts to this type from the input type.
source§impl From<AeronSubscriptionReady> for aeron_subscription_ready_t
impl From<AeronSubscriptionReady> for aeron_subscription_ready_t
source§fn from(value: AeronSubscriptionReady) -> Self
fn from(value: AeronSubscriptionReady) -> Self
Converts to this type from the input type.
source§impl From<aeron_subscription_ready_stct> for AeronSubscriptionReady
impl From<aeron_subscription_ready_stct> for AeronSubscriptionReady
source§fn from(value: aeron_subscription_ready_t) -> Self
fn from(value: aeron_subscription_ready_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronSubscriptionReady
impl !RefUnwindSafe for AeronSubscriptionReady
impl !Send for AeronSubscriptionReady
impl !Sync for AeronSubscriptionReady
impl Unpin for AeronSubscriptionReady
impl !UnwindSafe for AeronSubscriptionReady
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
)