Struct RestoreCount
pub struct RestoreCount {
pub linux_system: u32,
pub modem: u32,
}Expand description
System restore counts.
Use restore_count to get an instance of this struct.
Fields§
§linux_system: u32§modem: u32Trait Implementations§
§impl Clone for RestoreCount
impl Clone for RestoreCount
§fn clone(&self) -> RestoreCount
fn clone(&self) -> RestoreCount
Returns a duplicate 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§impl Debug for RestoreCount
impl Debug for RestoreCount
impl Copy for RestoreCount
Auto Trait Implementations§
impl Freeze for RestoreCount
impl RefUnwindSafe for RestoreCount
impl Send for RestoreCount
impl Sync for RestoreCount
impl Unpin for RestoreCount
impl UnwindSafe for RestoreCount
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