#[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
§fn clone(&self) -> PRJ_NOTIFICATION_MAPPING
fn clone(&self) -> PRJ_NOTIFICATION_MAPPING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PRJ_NOTIFICATION_MAPPING
impl Debug for PRJ_NOTIFICATION_MAPPING
§impl Default for PRJ_NOTIFICATION_MAPPING
impl Default for PRJ_NOTIFICATION_MAPPING
§impl PartialEq for PRJ_NOTIFICATION_MAPPING
impl PartialEq for PRJ_NOTIFICATION_MAPPING
§fn eq(&self, other: &PRJ_NOTIFICATION_MAPPING) -> bool
fn eq(&self, other: &PRJ_NOTIFICATION_MAPPING) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PRJ_NOTIFICATION_MAPPING
impl Eq for PRJ_NOTIFICATION_MAPPING
impl StructuralPartialEq for PRJ_NOTIFICATION_MAPPING
Auto Trait Implementations§
impl Freeze for PRJ_NOTIFICATION_MAPPING
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)