#[repr(C)]pub struct PELARRAY {
pub paXCount: i32,
pub paYCount: i32,
pub paXExt: i32,
pub paYExt: i32,
pub paRGBs: u8,
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields
paXCount: i32paYCount: i32paXExt: i32paYExt: i32paRGBs: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PELARRAY
impl Send for PELARRAY
impl Sync for PELARRAY
impl Unpin for PELARRAY
impl UnwindSafe for PELARRAY
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