#[repr(C)]pub struct AwsCString {
pub allocator: *const AwsCAllocator,
pub len: usize,
pub bytes: [u8; 1],
}
Fields
allocator: *const AwsCAllocator
len: usize
bytes: [u8; 1]
Auto Trait Implementations
impl RefUnwindSafe for AwsCString
impl !Send for AwsCString
impl !Sync for AwsCString
impl Unpin for AwsCString
impl UnwindSafe for AwsCString
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