#[repr(C)]pub struct AwsCLogFormatterVtable {
pub format: *const extern "C" fn(formatter: *const AwsCLogFormatter, formatted_output: *const *mut AwsCString, level: AwsLogLevel, subject: AwsLogSubject, format: *const u8, args: *mut c_void) -> i32,
pub clean_up: *const extern "C" fn(formatter: *const AwsCLogFormatter),
}
Fields
format: *const extern "C" fn(formatter: *const AwsCLogFormatter, formatted_output: *const *mut AwsCString, level: AwsLogLevel, subject: AwsLogSubject, format: *const u8, args: *mut c_void) -> i32
clean_up: *const extern "C" fn(formatter: *const AwsCLogFormatter)
Auto Trait Implementations
impl RefUnwindSafe for AwsCLogFormatterVtable
impl !Send for AwsCLogFormatterVtable
impl !Sync for AwsCLogFormatterVtable
impl Unpin for AwsCLogFormatterVtable
impl UnwindSafe for AwsCLogFormatterVtable
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