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,
}
Fields§
§szOldDll: PWSTR
§Anonymous: JET_CONVERT_W_0
Trait 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§
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