#[repr(C)]pub struct CtpLogConfig {
pub enable_debug: c_int,
pub log_file_path: *const c_char,
pub max_file_size_mb: c_int,
pub max_backup_files: c_int,
}
Fields§
§enable_debug: c_int
§log_file_path: *const c_char
§max_file_size_mb: c_int
§max_backup_files: c_int
Auto Trait Implementations§
impl Freeze for CtpLogConfig
impl RefUnwindSafe for CtpLogConfig
impl !Send for CtpLogConfig
impl !Sync for CtpLogConfig
impl Unpin for CtpLogConfig
impl UnwindSafe for CtpLogConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more