Struct windows_sys::Win32::Storage::Jet::JET_CONVERT_W
[−]#[repr(C)]pub struct JET_CONVERT_W {
pub szOldDll: PWSTR,
pub Anonymous: JET_CONVERT_W_0,
}Expand description
Required features: "Win32_Storage_Jet"
Fields
szOldDll: PWSTRAnonymous: JET_CONVERT_W_0Trait Implementations
impl Clone for JET_CONVERT_W
impl Clone for JET_CONVERT_W
impl Copy for JET_CONVERT_W
Auto Trait Implementations
impl RefUnwindSafe for JET_CONVERT_W
impl !Send for JET_CONVERT_W
impl !Sync for JET_CONVERT_W
impl Unpin for JET_CONVERT_W
impl UnwindSafe for JET_CONVERT_W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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