Struct cyfs_util::SystemInfoManager
source · pub struct SystemInfoManager(_);Implementations§
source§impl SystemInfoManager
impl SystemInfoManager
pub async fn get_system_info(&self) -> SystemInfo
pub fn start(&self)
pub fn stop(&self)
Trait Implementations§
source§impl Clone for SystemInfoManager
impl Clone for SystemInfoManager
source§fn clone(&self) -> SystemInfoManager
fn clone(&self) -> SystemInfoManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more