#[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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more