Struct windows_sys::Win32::Graphics::Gdi::RGNDATA
#[repr(C)]pub struct RGNDATA {
pub rdh: RGNDATAHEADER,
pub Buffer: [u8; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§rdh: RGNDATAHEADER
§Buffer: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RGNDATA
impl Send for RGNDATA
impl Sync for RGNDATA
impl Unpin for RGNDATA
impl UnwindSafe for RGNDATA
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