#[repr(C)]pub struct slog2_log_info_t {
pub size: u32,
pub num_buffers: u32,
pub owner_pid: u32,
pub buffer_set_name: *const c_char,
pub verbosity_level: u8,
}Fields§
§size: u32§num_buffers: u32§owner_pid: u32§buffer_set_name: *const c_char§verbosity_level: u8Auto Trait Implementations§
impl Freeze for slog2_log_info_t
impl RefUnwindSafe for slog2_log_info_t
impl !Send for slog2_log_info_t
impl !Sync for slog2_log_info_t
impl Unpin for slog2_log_info_t
impl UnwindSafe for slog2_log_info_t
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