Struct RENDDATA
#[repr(C, packed(1))]pub struct RENDDATA {
pub atyp: u16,
pub ulPosition: u32,
pub dxWidth: u16,
pub dyHeight: u16,
pub dwFlags: u32,
}
Fields§
§atyp: u16
§ulPosition: u32
§dxWidth: u16
§dyHeight: u16
§dwFlags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RENDDATA
impl RefUnwindSafe for RENDDATA
impl Send for RENDDATA
impl Sync for RENDDATA
impl Unpin for RENDDATA
impl UnwindSafe for RENDDATA
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