#[repr(C)]pub struct CONVERT_W {
pub szOldDll: PWSTR,
pub Anonymous: CONVERT_W_0,
}
Expand description
Required features: "Win32_Storage_Jet"
Fields
szOldDll: PWSTR
Anonymous: CONVERT_W_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CONVERT_W
impl !Send for CONVERT_W
impl !Sync for CONVERT_W
impl Unpin for CONVERT_W
impl UnwindSafe for CONVERT_W
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