Struct windows_sys::Win32::System::AddressBook::DTCTL
#[repr(C)]pub struct DTCTL {
pub ulCtlType: u32,
pub ulCtlFlags: u32,
pub lpbNotif: *mut u8,
pub cbNotif: u32,
pub lpszFilter: *mut i8,
pub ulItemID: u32,
pub ctl: DTCTL_0,
}
Fields§
§ulCtlType: u32
§ulCtlFlags: u32
§lpbNotif: *mut u8
§cbNotif: u32
§lpszFilter: *mut i8
§ulItemID: u32
§ctl: DTCTL_0
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DTCTL
impl !Send for DTCTL
impl !Sync for DTCTL
impl Unpin for DTCTL
impl UnwindSafe for DTCTL
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