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