Struct ddcore_rs::memory::OsInfo [−][src]
pub struct OsInfo {
pub default_block_marker: usize,
pub default_process_name: String,
pub can_create_child: bool,
}Fields
default_block_marker: usizedefault_process_name: Stringcan_create_child: boolImplementations
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