#[repr(C)]pub struct AwsCLogWriter {
pub vtable: *const AwsLogWriterVtable,
pub allocator: *const AwsCAllocator,
pub impl: *mut c_void,
}
Fields
vtable: *const AwsLogWriterVtable
allocator: *const AwsCAllocator
impl: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for AwsCLogWriter
impl !Send for AwsCLogWriter
impl !Sync for AwsCLogWriter
impl Unpin for AwsCLogWriter
impl UnwindSafe for AwsCLogWriter
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