#[repr(C)]pub struct ESimProfileInstallProgress {
pub TotalSizeInBytes: i32,
pub InstalledSizeInBytes: i32,
}
Expand description
Required features: ‘Networking_NetworkOperators’
Fields
TotalSizeInBytes: i32
InstalledSizeInBytes: i32
Trait Implementations
impl Clone for ESimProfileInstallProgress
impl Clone for ESimProfileInstallProgress
impl Copy for ESimProfileInstallProgress
Auto Trait Implementations
impl RefUnwindSafe for ESimProfileInstallProgress
impl Send for ESimProfileInstallProgress
impl Sync for ESimProfileInstallProgress
impl Unpin for ESimProfileInstallProgress
impl UnwindSafe for ESimProfileInstallProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more