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 Freeze for DTCTL
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
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
)