#[repr(C)]pub struct ProgressLogger_SharedProgress {
pub __bindgen_padding_0: [u32; 2],
pub mProgress: u32,
pub mLastLocation: u64,
}Fields§
§__bindgen_padding_0: [u32; 2]§mProgress: u32§mLastLocation: u64Auto Trait Implementations§
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