#[repr(C)]pub struct aws_message_pool {
pub alloc: *mut aws_allocator,
pub application_data_pool: aws_memory_pool,
pub small_block_pool: aws_memory_pool,
}
Fields
alloc: *mut aws_allocator
application_data_pool: aws_memory_pool
small_block_pool: aws_memory_pool
Trait Implementations
sourceimpl Clone for aws_message_pool
impl Clone for aws_message_pool
sourcefn clone(&self) -> aws_message_pool
fn clone(&self) -> aws_message_pool
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_message_pool
impl Debug for aws_message_pool
sourceimpl Default for aws_message_pool
impl Default for aws_message_pool
sourceimpl PartialEq<aws_message_pool> for aws_message_pool
impl PartialEq<aws_message_pool> for aws_message_pool
sourcefn eq(&self, other: &aws_message_pool) -> bool
fn eq(&self, other: &aws_message_pool) -> bool
impl Copy for aws_message_pool
impl Eq for aws_message_pool
impl StructuralEq for aws_message_pool
impl StructuralPartialEq for aws_message_pool
Auto Trait Implementations
impl RefUnwindSafe for aws_message_pool
impl !Send for aws_message_pool
impl !Sync for aws_message_pool
impl Unpin for aws_message_pool
impl UnwindSafe for aws_message_pool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more