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