#[repr(C)]pub struct PRJ_NOTIFICATION_MAPPING {
pub NotificationBitMask: PRJ_NOTIFY_TYPES,
pub NotificationRoot: PCWSTR,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more