#[repr(C)]
pub union PRJ_NOTIFICATION_PARAMETERS {
pub PostCreate: PRJ_NOTIFICATION_PARAMETERS_2,
pub FileRenamed: PRJ_NOTIFICATION_PARAMETERS_1,
pub FileDeletedOnHandleClose: PRJ_NOTIFICATION_PARAMETERS_0,
}
Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
, "Win32_Foundation"
Fields
PostCreate: PRJ_NOTIFICATION_PARAMETERS_2
FileRenamed: PRJ_NOTIFICATION_PARAMETERS_1
FileDeletedOnHandleClose: PRJ_NOTIFICATION_PARAMETERS_0
Trait Implementations
impl Clone for PRJ_NOTIFICATION_PARAMETERS
impl Clone for PRJ_NOTIFICATION_PARAMETERS
impl Copy for PRJ_NOTIFICATION_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for PRJ_NOTIFICATION_PARAMETERS
impl Send for PRJ_NOTIFICATION_PARAMETERS
impl Sync for PRJ_NOTIFICATION_PARAMETERS
impl Unpin for PRJ_NOTIFICATION_PARAMETERS
impl UnwindSafe for PRJ_NOTIFICATION_PARAMETERS
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