#[repr(C)]pub struct XLATEOBJ {
pub iUniq: u32,
pub flXlate: u32,
pub iSrcType: u16,
pub iDstType: u16,
pub cEntries: u32,
pub pulXlate: *mut u32,
}Expand description
Required features: "Win32_Devices_Display"
Fields
iUniq: u32flXlate: u32iSrcType: u16iDstType: u16cEntries: u32pulXlate: *mut u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XLATEOBJ
impl !Send for XLATEOBJ
impl !Sync for XLATEOBJ
impl Unpin for XLATEOBJ
impl UnwindSafe for XLATEOBJ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more