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