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