Struct rusteron_client::AeronIovec
source · pub struct AeronIovec { /* private fields */ }
Implementations§
source§impl AeronIovec
impl AeronIovec
Trait Implementations§
source§impl Clone for AeronIovec
impl Clone for AeronIovec
source§fn clone(&self) -> AeronIovec
fn clone(&self) -> AeronIovec
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 AeronIovec
impl Debug for AeronIovec
source§impl Default for AeronIovec
impl Default for AeronIovec
This will create an instance where the struct is zeroed, use with care
source§impl Deref for AeronIovec
impl Deref for AeronIovec
source§impl From<&AeronIovec> for *mut aeron_iovec_t
impl From<&AeronIovec> for *mut aeron_iovec_t
source§fn from(value: &AeronIovec) -> Self
fn from(value: &AeronIovec) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_iovec_stct> for AeronIovec
impl From<*const aeron_iovec_stct> for AeronIovec
source§fn from(value: *const aeron_iovec_t) -> Self
fn from(value: *const aeron_iovec_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_iovec_stct> for AeronIovec
impl From<*mut aeron_iovec_stct> for AeronIovec
source§fn from(value: *mut aeron_iovec_t) -> Self
fn from(value: *mut aeron_iovec_t) -> Self
Converts to this type from the input type.
source§impl From<AeronIovec> for *mut aeron_iovec_t
impl From<AeronIovec> for *mut aeron_iovec_t
source§fn from(value: AeronIovec) -> Self
fn from(value: AeronIovec) -> Self
Converts to this type from the input type.
source§impl From<AeronIovec> for aeron_iovec_t
impl From<AeronIovec> for aeron_iovec_t
source§fn from(value: AeronIovec) -> Self
fn from(value: AeronIovec) -> Self
Converts to this type from the input type.
source§impl From<aeron_iovec_stct> for AeronIovec
impl From<aeron_iovec_stct> for AeronIovec
source§fn from(value: aeron_iovec_t) -> Self
fn from(value: aeron_iovec_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronIovec
impl !RefUnwindSafe for AeronIovec
impl !Send for AeronIovec
impl !Sync for AeronIovec
impl Unpin for AeronIovec
impl !UnwindSafe for AeronIovec
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
)