Struct ESimProfileInstallProgress
#[repr(C)]pub struct ESimProfileInstallProgress {
pub TotalSizeInBytes: i32,
pub InstalledSizeInBytes: i32,
}
Fields§
§TotalSizeInBytes: i32
§InstalledSizeInBytes: i32
Trait Implementations§
§impl Clone for ESimProfileInstallProgress
impl Clone for ESimProfileInstallProgress
§fn clone(&self) -> ESimProfileInstallProgress
fn clone(&self) -> ESimProfileInstallProgress
Returns a copy 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 ESimProfileInstallProgress
impl Debug for ESimProfileInstallProgress
§impl Default for ESimProfileInstallProgress
impl Default for ESimProfileInstallProgress
§fn default() -> ESimProfileInstallProgress
fn default() -> ESimProfileInstallProgress
Returns the “default value” for a type. Read more
§impl PartialEq for ESimProfileInstallProgress
impl PartialEq for ESimProfileInstallProgress
impl Copy for ESimProfileInstallProgress
impl StructuralPartialEq for ESimProfileInstallProgress
Auto Trait Implementations§
impl Freeze for ESimProfileInstallProgress
impl RefUnwindSafe for ESimProfileInstallProgress
impl Send for ESimProfileInstallProgress
impl Sync for ESimProfileInstallProgress
impl Unpin for ESimProfileInstallProgress
impl UnwindSafe for ESimProfileInstallProgress
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