Struct windows_sys::Win32::Storage::Cabinets::FDINOTIFICATION
[−]#[repr(C)]pub struct FDINOTIFICATION {}Expand description
Required features: "Win32_Storage_Cabinets"
Fields
cb: i32psz1: PSTRpsz2: PSTRpsz3: PSTRpv: *mut c_voidhf: isizedate: u16time: u16attribs: u16setID: u16iCabinet: u16iFolder: u16fdie: FDIERRORTrait Implementations
impl Clone for FDINOTIFICATION
impl Clone for FDINOTIFICATION
impl Copy for FDINOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for FDINOTIFICATION
impl !Send for FDINOTIFICATION
impl !Sync for FDINOTIFICATION
impl Unpin for FDINOTIFICATION
impl UnwindSafe for FDINOTIFICATION
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