[][src]Struct aeron_rs::command::publication_buffers_ready_flyweight::PublicationBuffersReadyDefn

#[repr(C, packed(4))]pub struct PublicationBuffersReadyDefn { /* fields omitted */ }

Message to denote that new buffers have been added for a publication.

@see ControlProtocolEvents

0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Correlation ID | | | +---------------------------------------------------------------+ | Registration ID | | | +---------------------------------------------------------------+ | Session ID | +---------------------------------------------------------------+ | Stream ID | +---------------------------------------------------------------+ | Position Limit Counter Id | +---------------------------------------------------------------+ | Channel Status Indicator ID | +---------------------------------------------------------------+ | Log File Length | +---------------------------------------------------------------+ | Log File Name ... ... | +---------------------------------------------------------------+

Trait Implementations

impl Clone for PublicationBuffersReadyDefn[src]

impl Copy for PublicationBuffersReadyDefn[src]

impl Debug for PublicationBuffersReadyDefn[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.