pub struct DeviceState {
pub current_activity: String,
pub resumed_activities: Vec<String>,
pub fragment_backstack: String,
pub display_info: String,
pub memory: Option<MemoryInfo>,
}Fields§
§current_activity: String§resumed_activities: Vec<String>§fragment_backstack: String§display_info: String§memory: Option<MemoryInfo>Trait Implementations§
Source§impl Debug for DeviceState
impl Debug for DeviceState
Auto Trait Implementations§
impl Freeze for DeviceState
impl RefUnwindSafe for DeviceState
impl Send for DeviceState
impl Sync for DeviceState
impl Unpin for DeviceState
impl UnsafeUnpin for DeviceState
impl UnwindSafe for DeviceState
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