Struct SystemUpdateManagerState
#[repr(transparent)]pub struct SystemUpdateManagerState(pub i32);Tuple Fields§
§0: i32Implementations§
§impl SystemUpdateManagerState
impl SystemUpdateManagerState
pub const Idle: Self
pub const Detecting: Self
pub const ReadyToDownload: Self
pub const Downloading: Self
pub const ReadyToInstall: Self
pub const Installing: Self
pub const RebootRequired: Self
pub const ReadyToFinalize: Self
pub const Finalizing: Self
pub const Completed: Self
pub const AttentionRequired: Self
pub const Error: Self
Trait Implementations§
§impl Clone for SystemUpdateManagerState
impl Clone for SystemUpdateManagerState
§fn clone(&self) -> SystemUpdateManagerState
fn clone(&self) -> SystemUpdateManagerState
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 SystemUpdateManagerState
impl Debug for SystemUpdateManagerState
§impl Default for SystemUpdateManagerState
impl Default for SystemUpdateManagerState
§fn default() -> SystemUpdateManagerState
fn default() -> SystemUpdateManagerState
Returns the “default value” for a type. Read more
§impl PartialEq for SystemUpdateManagerState
impl PartialEq for SystemUpdateManagerState
impl Copy for SystemUpdateManagerState
impl Eq for SystemUpdateManagerState
impl StructuralPartialEq for SystemUpdateManagerState
Auto Trait Implementations§
impl Freeze for SystemUpdateManagerState
impl RefUnwindSafe for SystemUpdateManagerState
impl Send for SystemUpdateManagerState
impl Sync for SystemUpdateManagerState
impl Unpin for SystemUpdateManagerState
impl UnwindSafe for SystemUpdateManagerState
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