Struct windows_sys::Win32::System::AddressBook::DTPAGE
#[repr(C)]pub struct DTPAGE {
pub cctl: u32,
pub lpszResourceName: *mut i8,
pub Anonymous: DTPAGE_0,
pub lpctl: *mut DTCTL,
}
Fields§
§cctl: u32
§lpszResourceName: *mut i8
§Anonymous: DTPAGE_0
§lpctl: *mut DTCTL
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DTPAGE
impl !Send for DTPAGE
impl !Sync for DTPAGE
impl Unpin for DTPAGE
impl UnwindSafe for DTPAGE
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