#[repr(C)]pub struct AwsCLoggerStandardOptions {
pub level: AwsLogLevel,
pub filename: *const u8,
pub file: *mut FILE,
}
Fields
level: AwsLogLevel
filename: *const u8
file: *mut FILE
Auto Trait Implementations
impl RefUnwindSafe for AwsCLoggerStandardOptions
impl !Send for AwsCLoggerStandardOptions
impl !Sync for AwsCLoggerStandardOptions
impl Unpin for AwsCLoggerStandardOptions
impl UnwindSafe for AwsCLoggerStandardOptions
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