#[repr(u32)]pub enum aeron_controlled_fragment_handler_action_en {
AERON_ACTION_ABORT = 1,
AERON_ACTION_BREAK = 2,
AERON_ACTION_COMMIT = 3,
AERON_ACTION_CONTINUE = 4,
}
Variants§
AERON_ACTION_ABORT = 1
Abort the current polling operation and do not advance the position for this fragment.
AERON_ACTION_BREAK = 2
Break from the current polling operation and commit the position as of the end of the current fragment being handled.
AERON_ACTION_COMMIT = 3
Continue processing but commit the position as of the end of the current fragment so that flow control is applied to this point.
AERON_ACTION_CONTINUE = 4
Continue processing until fragment limit or no fragments with position commit at end of poll as in aeron_fragment_handler_t.
Trait Implementations§
source§impl Clone for aeron_controlled_fragment_handler_action_en
impl Clone for aeron_controlled_fragment_handler_action_en
source§fn clone(&self) -> aeron_controlled_fragment_handler_action_en
fn clone(&self) -> aeron_controlled_fragment_handler_action_en
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 PartialEq for aeron_controlled_fragment_handler_action_en
impl PartialEq for aeron_controlled_fragment_handler_action_en
source§fn eq(&self, other: &aeron_controlled_fragment_handler_action_en) -> bool
fn eq(&self, other: &aeron_controlled_fragment_handler_action_en) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_controlled_fragment_handler_action_en
impl Eq for aeron_controlled_fragment_handler_action_en
impl StructuralPartialEq for aeron_controlled_fragment_handler_action_en
Auto Trait Implementations§
impl Freeze for aeron_controlled_fragment_handler_action_en
impl RefUnwindSafe for aeron_controlled_fragment_handler_action_en
impl Send for aeron_controlled_fragment_handler_action_en
impl Sync for aeron_controlled_fragment_handler_action_en
impl Unpin for aeron_controlled_fragment_handler_action_en
impl UnwindSafe for aeron_controlled_fragment_handler_action_en
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
)