#[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: i32
paYCount: i32
paXExt: i32
paYExt: i32
paRGBs: u8
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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