pub struct OsInfo {
pub default_block_marker: usize,
pub default_process_name: String,
pub can_create_child: bool,
pub offsets: HashMap<String, Vec<usize>>,
}Fields
default_block_marker: usizedefault_process_name: Stringcan_create_child: booloffsets: HashMap<String, Vec<usize>>Implementations
Auto Trait Implementations
impl RefUnwindSafe for OsInfo
impl UnwindSafe for OsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more