#[repr(C, packed(1))]pub struct RENDDATA {
pub atyp: u16,
pub ulPosition: u32,
pub dxWidth: u16,
pub dyHeight: u16,
pub dwFlags: u32,
}Expand description
Required features: "Win32_Devices_Tapi"
Fields
atyp: u16ulPosition: u32dxWidth: u16dyHeight: u16dwFlags: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RENDDATA
impl Send for RENDDATA
impl Sync for RENDDATA
impl Unpin for RENDDATA
impl UnwindSafe for RENDDATA
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