Struct rusteron_media_driver::AeronLinkedQueue
source · pub struct AeronLinkedQueue { /* private fields */ }
Implementations§
source§impl AeronLinkedQueue
impl AeronLinkedQueue
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn head(&self) -> AeronLinkedQueueNode
pub fn tail(&self) -> AeronLinkedQueueNode
pub fn init(&self) -> Result<i32, AeronCError>
pub fn close(&self) -> Result<i32, AeronCError>
pub fn offer(&self, element: *mut c_void) -> Result<i32, AeronCError>
pub fn offer_ex( &self, element: *mut c_void, node: &AeronLinkedQueueNode, ) -> Result<i32, AeronCError>
pub fn peek(&self) -> *mut c_void
pub fn poll(&self) -> *mut c_void
pub fn get_inner(&self) -> *mut aeron_linked_queue_t
Trait Implementations§
source§impl Clone for AeronLinkedQueue
impl Clone for AeronLinkedQueue
source§fn clone(&self) -> AeronLinkedQueue
fn clone(&self) -> AeronLinkedQueue
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 AeronLinkedQueue
impl Debug for AeronLinkedQueue
source§impl Deref for AeronLinkedQueue
impl Deref for AeronLinkedQueue
source§impl From<&AeronLinkedQueue> for *mut aeron_linked_queue_t
impl From<&AeronLinkedQueue> for *mut aeron_linked_queue_t
source§fn from(value: &AeronLinkedQueue) -> Self
fn from(value: &AeronLinkedQueue) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_linked_queue_stct> for AeronLinkedQueue
impl From<*const aeron_linked_queue_stct> for AeronLinkedQueue
source§fn from(value: *const aeron_linked_queue_t) -> Self
fn from(value: *const aeron_linked_queue_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_linked_queue_stct> for AeronLinkedQueue
impl From<*mut aeron_linked_queue_stct> for AeronLinkedQueue
source§fn from(value: *mut aeron_linked_queue_t) -> Self
fn from(value: *mut aeron_linked_queue_t) -> Self
Converts to this type from the input type.
source§impl From<AeronLinkedQueue> for *mut aeron_linked_queue_t
impl From<AeronLinkedQueue> for *mut aeron_linked_queue_t
source§fn from(value: AeronLinkedQueue) -> Self
fn from(value: AeronLinkedQueue) -> Self
Converts to this type from the input type.
source§impl From<AeronLinkedQueue> for aeron_linked_queue_t
impl From<AeronLinkedQueue> for aeron_linked_queue_t
source§fn from(value: AeronLinkedQueue) -> Self
fn from(value: AeronLinkedQueue) -> Self
Converts to this type from the input type.
source§impl From<aeron_linked_queue_stct> for AeronLinkedQueue
impl From<aeron_linked_queue_stct> for AeronLinkedQueue
source§fn from(value: aeron_linked_queue_t) -> Self
fn from(value: aeron_linked_queue_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronLinkedQueue
impl !RefUnwindSafe for AeronLinkedQueue
impl !Send for AeronLinkedQueue
impl !Sync for AeronLinkedQueue
impl Unpin for AeronLinkedQueue
impl !UnwindSafe for AeronLinkedQueue
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
)