Struct windows_sys::Win32::System::AddressBook::EXTENDED_NOTIFICATION
#[repr(C)]pub struct EXTENDED_NOTIFICATION {
pub ulEvent: u32,
pub cb: u32,
pub pbEventParameters: *mut u8,
}
Fields§
§ulEvent: u32
§cb: u32
§pbEventParameters: *mut u8
Trait Implementations§
§impl Clone for EXTENDED_NOTIFICATION
impl Clone for EXTENDED_NOTIFICATION
impl Copy for EXTENDED_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for EXTENDED_NOTIFICATION
impl !Send for EXTENDED_NOTIFICATION
impl !Sync for EXTENDED_NOTIFICATION
impl Unpin for EXTENDED_NOTIFICATION
impl UnwindSafe for EXTENDED_NOTIFICATION
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