Struct 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 Freeze for DTPAGE
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