#[repr(C)]pub struct tagPELARRAY {
pub paXCount: LONG,
pub paYCount: LONG,
pub paXExt: LONG,
pub paYExt: LONG,
pub paRGBs: BYTE,
}Fields§
§paXCount: LONG§paYCount: LONG§paXExt: LONG§paYExt: LONG§paRGBs: BYTETrait Implementations§
Source§impl Clone for tagPELARRAY
impl Clone for tagPELARRAY
Source§fn clone(&self) -> tagPELARRAY
fn clone(&self) -> tagPELARRAY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagPELARRAY
impl Debug for tagPELARRAY
impl Copy for tagPELARRAY
Auto Trait Implementations§
impl Freeze for tagPELARRAY
impl RefUnwindSafe for tagPELARRAY
impl Send for tagPELARRAY
impl Sync for tagPELARRAY
impl Unpin for tagPELARRAY
impl UnwindSafe for tagPELARRAY
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