#[repr(C)]
pub struct AwsCLoggerVtable { pub log: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogLevel, _: AwsLogSubject, _: *const u8, ...) -> i32, pub get_log_level: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogSubject) -> AwsLogLevel, pub clean_up: *const extern "C" fn(_: *const AwsCLogger), pub set_log_level: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogLevel) -> i32, }

Fields

log: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogLevel, _: AwsLogSubject, _: *const u8, ...) -> i32get_log_level: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogSubject) -> AwsLogLevelclean_up: *const extern "C" fn(_: *const AwsCLogger)set_log_level: *const extern "C" fn(_: *const AwsCLogger, _: AwsLogLevel) -> i32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.