#[repr(C)]
pub struct AwsCLoggingStandardFormattingData { pub log_line_format: *mut u8, pub total_length: usize, pub level: AwsLogLevel, pub suject_name: *const u8, pub format: *const u8, pub date_format: AwsDateFormat, pub allocator: *const AwsCAllocator, pub amount_written: usize, }

Fields

log_line_format: *mut u8total_length: usizelevel: AwsLogLevelsuject_name: *const u8format: *const u8date_format: AwsDateFormatallocator: *const AwsCAllocatoramount_written: usize

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.