#[repr(i32)]pub enum aeron_queue_offer_result_stct {
AERON_OFFER_SUCCESS = 0,
AERON_OFFER_ERROR = -2,
AERON_OFFER_FULL = -1,
}
Variants§
Trait Implementations§
Source§impl Clone for aeron_queue_offer_result_stct
impl Clone for aeron_queue_offer_result_stct
Source§fn clone(&self) -> aeron_queue_offer_result_stct
fn clone(&self) -> aeron_queue_offer_result_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 Hash for aeron_queue_offer_result_stct
impl Hash for aeron_queue_offer_result_stct
Source§impl PartialEq for aeron_queue_offer_result_stct
impl PartialEq for aeron_queue_offer_result_stct
Source§fn eq(&self, other: &aeron_queue_offer_result_stct) -> bool
fn eq(&self, other: &aeron_queue_offer_result_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_queue_offer_result_stct
impl Eq for aeron_queue_offer_result_stct
impl StructuralPartialEq for aeron_queue_offer_result_stct
Auto Trait Implementations§
impl Freeze for aeron_queue_offer_result_stct
impl RefUnwindSafe for aeron_queue_offer_result_stct
impl Send for aeron_queue_offer_result_stct
impl Sync for aeron_queue_offer_result_stct
impl Unpin for aeron_queue_offer_result_stct
impl UnwindSafe for aeron_queue_offer_result_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