Struct cyfs_util::SystemInfoManager
source · [−]pub struct SystemInfoManager(_);Implementations
sourceimpl SystemInfoManager
impl SystemInfoManager
pub async fn get_system_info(&self) -> SystemInfo
pub fn start(&self)
pub fn stop(&self)
Trait Implementations
sourceimpl Clone for SystemInfoManager
impl Clone for SystemInfoManager
sourcefn clone(&self) -> SystemInfoManager
fn clone(&self) -> SystemInfoManager
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for SystemInfoManager
impl Send for SystemInfoManager
impl Sync for SystemInfoManager
impl Unpin for SystemInfoManager
impl UnwindSafe for SystemInfoManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more