Struct windows_sys::Win32::Storage::Jet::JET_SETSYSPARAM_W
[−]#[repr(C)]pub struct JET_SETSYSPARAM_W {
pub paramid: u32,
pub lParam: JET_API_PTR,
pub sz: PCWSTR,
pub err: i32,
}
Expand description
Required features: "Win32_Storage_Jet"
, "Win32_Storage_StructuredStorage"
Fields
paramid: u32
lParam: JET_API_PTR
sz: PCWSTR
err: i32
Trait Implementations
impl Clone for JET_SETSYSPARAM_W
impl Clone for JET_SETSYSPARAM_W
impl Copy for JET_SETSYSPARAM_W
Auto Trait Implementations
impl RefUnwindSafe for JET_SETSYSPARAM_W
impl !Send for JET_SETSYSPARAM_W
impl !Sync for JET_SETSYSPARAM_W
impl Unpin for JET_SETSYSPARAM_W
impl UnwindSafe for JET_SETSYSPARAM_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