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