#[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 u8
total_length: usize
level: AwsLogLevel
suject_name: *const u8
format: *const u8
date_format: AwsDateFormat
allocator: *const AwsCAllocator
amount_written: usize
Auto Trait Implementations
impl RefUnwindSafe for AwsCLoggingStandardFormattingData
impl !Send for AwsCLoggingStandardFormattingData
impl !Sync for AwsCLoggingStandardFormattingData
impl Unpin for AwsCLoggingStandardFormattingData
impl UnwindSafe for AwsCLoggingStandardFormattingData
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