Struct windows_sys::Win32::Graphics::Gdi::PELARRAY
#[repr(C)]pub struct PELARRAY {
pub paXCount: i32,
pub paYCount: i32,
pub paXExt: i32,
pub paYExt: i32,
pub paRGBs: u8,
}
Fields§
§paXCount: i32
§paYCount: i32
§paXExt: i32
§paYExt: i32
§paRGBs: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PELARRAY
impl RefUnwindSafe for PELARRAY
impl Send for PELARRAY
impl Sync for PELARRAY
impl Unpin for PELARRAY
impl UnwindSafe for PELARRAY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)