pub struct AeronAtomicCounter { /* private fields */ }
Implementations§
source§impl AeronAtomicCounter
impl AeronAtomicCounter
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn get_inner(&self) -> *mut aeron_atomic_counter_t
Trait Implementations§
source§impl Clone for AeronAtomicCounter
impl Clone for AeronAtomicCounter
source§fn clone(&self) -> AeronAtomicCounter
fn clone(&self) -> AeronAtomicCounter
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 AeronAtomicCounter
impl Debug for AeronAtomicCounter
source§impl Deref for AeronAtomicCounter
impl Deref for AeronAtomicCounter
source§impl From<&AeronAtomicCounter> for *mut aeron_atomic_counter_t
impl From<&AeronAtomicCounter> for *mut aeron_atomic_counter_t
source§fn from(value: &AeronAtomicCounter) -> Self
fn from(value: &AeronAtomicCounter) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_position_stct> for AeronAtomicCounter
impl From<*const aeron_position_stct> for AeronAtomicCounter
source§fn from(value: *const aeron_atomic_counter_t) -> Self
fn from(value: *const aeron_atomic_counter_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_position_stct> for AeronAtomicCounter
impl From<*mut aeron_position_stct> for AeronAtomicCounter
source§fn from(value: *mut aeron_atomic_counter_t) -> Self
fn from(value: *mut aeron_atomic_counter_t) -> Self
Converts to this type from the input type.
source§impl From<AeronAtomicCounter> for *mut aeron_atomic_counter_t
impl From<AeronAtomicCounter> for *mut aeron_atomic_counter_t
source§fn from(value: AeronAtomicCounter) -> Self
fn from(value: AeronAtomicCounter) -> Self
Converts to this type from the input type.
source§impl From<AeronAtomicCounter> for aeron_atomic_counter_t
impl From<AeronAtomicCounter> for aeron_atomic_counter_t
source§fn from(value: AeronAtomicCounter) -> Self
fn from(value: AeronAtomicCounter) -> Self
Converts to this type from the input type.
source§impl From<aeron_position_stct> for AeronAtomicCounter
impl From<aeron_position_stct> for AeronAtomicCounter
source§fn from(value: aeron_atomic_counter_t) -> Self
fn from(value: aeron_atomic_counter_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronAtomicCounter
impl !RefUnwindSafe for AeronAtomicCounter
impl !Send for AeronAtomicCounter
impl !Sync for AeronAtomicCounter
impl Unpin for AeronAtomicCounter
impl !UnwindSafe for AeronAtomicCounter
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
)