Struct windows_sys::Win32::Storage::Jet::JET_SNPROG
[−]Expand description
Required features: ‘Win32_Storage_Jet’
Fields
cbStruct: u32
cunitDone: u32
cunitTotal: u32
Trait Implementations
impl Clone for JET_SNPROG
impl Clone for JET_SNPROG
impl Copy for JET_SNPROG
Auto Trait Implementations
impl RefUnwindSafe for JET_SNPROG
impl Send for JET_SNPROG
impl Sync for JET_SNPROG
impl Unpin for JET_SNPROG
impl UnwindSafe for JET_SNPROG
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