Struct windows_sys::Win32::Storage::Jet::JET_RSTMAP_A
[−]Expand description
Required features: "Win32_Storage_Jet"
Fields
szDatabaseName: PSTR
szNewDatabaseName: PSTR
Trait Implementations
impl Clone for JET_RSTMAP_A
impl Clone for JET_RSTMAP_A
impl Copy for JET_RSTMAP_A
Auto Trait Implementations
impl RefUnwindSafe for JET_RSTMAP_A
impl !Send for JET_RSTMAP_A
impl !Sync for JET_RSTMAP_A
impl Unpin for JET_RSTMAP_A
impl UnwindSafe for JET_RSTMAP_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