#[repr(C)]
pub struct FDINOTIFICATION {
Show 13 fields pub cb: i32, pub psz1: PSTR, pub psz2: PSTR, pub psz3: PSTR, pub pv: *mut c_void, pub hf: isize, pub date: u16, pub time: u16, pub attribs: u16, pub setID: u16, pub iCabinet: u16, pub iFolder: u16, pub fdie: FDIERROR,
}
Expand description

Required features: "Win32_Storage_Cabinets"

Fields§

§cb: i32§psz1: PSTR§psz2: PSTR§psz3: PSTR§pv: *mut c_void§hf: isize§date: u16§time: u16§attribs: u16§setID: u16§iCabinet: u16§iFolder: u16§fdie: FDIERROR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.