#[repr(C)]pub struct PRJ_NOTIFICATION_MAPPING {
pub NotificationBitMask: PRJ_NOTIFY_TYPES,
pub NotificationRoot: PCWSTR,
}
Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
Fields
NotificationBitMask: PRJ_NOTIFY_TYPES
NotificationRoot: PCWSTR
Trait Implementations
impl Clone for PRJ_NOTIFICATION_MAPPING
impl Clone for PRJ_NOTIFICATION_MAPPING
impl Copy for PRJ_NOTIFICATION_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for PRJ_NOTIFICATION_MAPPING
impl !Send for PRJ_NOTIFICATION_MAPPING
impl !Sync for PRJ_NOTIFICATION_MAPPING
impl Unpin for PRJ_NOTIFICATION_MAPPING
impl UnwindSafe for PRJ_NOTIFICATION_MAPPING
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