#[repr(C, packed(1))]pub struct WDD {
pub wDispPos: u16,
pub Anonymous1: WDD_0,
pub cchDisp: u16,
pub Anonymous2: WDD_1,
pub WDD_nReserve1: u32,
pub nPos: u16,
pub _bitfield: u16,
pub pReserved: *mut c_void,
}
Fields§
§wDispPos: u16
§Anonymous1: WDD_0
§cchDisp: u16
§Anonymous2: WDD_1
§WDD_nReserve1: u32
§nPos: u16
§_bitfield: u16
§pReserved: *mut c_void
Trait Implementations§
Source§impl Abi for WDD
impl Abi for WDD
impl Copy for WDD
impl Eq for WDD
Auto Trait Implementations§
impl Freeze for WDD
impl RefUnwindSafe for WDD
impl !Send for WDD
impl !Sync for WDD
impl Unpin for WDD
impl UnwindSafe for WDD
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