#[repr(C)]pub struct CONVERT_A {
pub szOldDll: PSTR,
pub Anonymous: CONVERT_A_0,
}
Expand description
Required features: "Win32_Storage_Jet"
Fields
szOldDll: PSTR
Anonymous: CONVERT_A_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CONVERT_A
impl !Send for CONVERT_A
impl !Sync for CONVERT_A
impl Unpin for CONVERT_A
impl UnwindSafe for CONVERT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more