Struct rusteron_rb::bindings::aeron_rb_descriptor_stct
source · #[repr(C, packed(4))]pub struct aeron_rb_descriptor_stct {
pub begin_pad: [u8; 128],
pub tail_position: i64,
pub tail_pad: [u8; 120],
pub head_cache_position: i64,
pub head_cache_pad: [u8; 120],
pub head_position: i64,
pub head_pad: [u8; 120],
pub correlation_counter: i64,
pub correlation_counter_pad: [u8; 120],
pub consumer_heartbeat: i64,
pub consumer_heartbeat_pad: [u8; 120],
}
Fields§
§begin_pad: [u8; 128]
§tail_position: i64
§tail_pad: [u8; 120]
§head_cache_position: i64
§head_cache_pad: [u8; 120]
§head_position: i64
§head_pad: [u8; 120]
§correlation_counter: i64
§correlation_counter_pad: [u8; 120]
§consumer_heartbeat: i64
§consumer_heartbeat_pad: [u8; 120]
Trait Implementations§
source§impl Clone for aeron_rb_descriptor_stct
impl Clone for aeron_rb_descriptor_stct
source§fn clone(&self) -> aeron_rb_descriptor_stct
fn clone(&self) -> aeron_rb_descriptor_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 Debug for aeron_rb_descriptor_stct
impl Debug for aeron_rb_descriptor_stct
source§impl From<aeron_rb_descriptor_stct> for AeronRbDescriptor
impl From<aeron_rb_descriptor_stct> for AeronRbDescriptor
source§fn from(value: aeron_rb_descriptor_t) -> Self
fn from(value: aeron_rb_descriptor_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_rb_descriptor_stct
Auto Trait Implementations§
impl Freeze for aeron_rb_descriptor_stct
impl RefUnwindSafe for aeron_rb_descriptor_stct
impl Send for aeron_rb_descriptor_stct
impl Sync for aeron_rb_descriptor_stct
impl Unpin for aeron_rb_descriptor_stct
impl UnwindSafe for aeron_rb_descriptor_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
)