#[repr(C)]pub struct AwsCByteBuf {
pub len: usize,
pub buffer: *mut u8,
pub capacity: usize,
pub allocator: *const AwsCAllocator,
}
Fields
len: usize
buffer: *mut u8
capacity: usize
allocator: *const AwsCAllocator
Trait Implementations
impl Send for AwsCByteBuf
impl Sync for AwsCByteBuf
Auto Trait Implementations
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