#[repr(C)]pub struct aws_message_pool_creation_args {
pub application_data_msg_data_size: usize,
pub application_data_msg_count: u8,
pub small_block_msg_data_size: usize,
pub small_block_msg_count: u8,
}
Fields
application_data_msg_data_size: usize
application_data_msg_count: u8
small_block_msg_data_size: usize
small_block_msg_count: u8
Trait Implementations
sourceimpl Clone for aws_message_pool_creation_args
impl Clone for aws_message_pool_creation_args
sourcefn clone(&self) -> aws_message_pool_creation_args
fn clone(&self) -> aws_message_pool_creation_args
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 Default for aws_message_pool_creation_args
impl Default for aws_message_pool_creation_args
sourcefn default() -> aws_message_pool_creation_args
fn default() -> aws_message_pool_creation_args
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_message_pool_creation_args> for aws_message_pool_creation_args
impl PartialEq<aws_message_pool_creation_args> for aws_message_pool_creation_args
sourcefn eq(&self, other: &aws_message_pool_creation_args) -> bool
fn eq(&self, other: &aws_message_pool_creation_args) -> bool
impl Copy for aws_message_pool_creation_args
impl Eq for aws_message_pool_creation_args
impl StructuralEq for aws_message_pool_creation_args
impl StructuralPartialEq for aws_message_pool_creation_args
Auto Trait Implementations
impl RefUnwindSafe for aws_message_pool_creation_args
impl Send for aws_message_pool_creation_args
impl Sync for aws_message_pool_creation_args
impl Unpin for aws_message_pool_creation_args
impl UnwindSafe for aws_message_pool_creation_args
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