#[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: BYTE
Trait Implementations§
Source§impl Clone for tagPELARRAY
impl Clone for tagPELARRAY
Source§fn clone(&self) -> tagPELARRAY
fn clone(&self) -> tagPELARRAY
Returns a copy 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
Source§impl Ord for tagPELARRAY
impl Ord for tagPELARRAY
Source§fn cmp(&self, other: &tagPELARRAY) -> Ordering
fn cmp(&self, other: &tagPELARRAY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagPELARRAY
impl PartialEq for tagPELARRAY
Source§impl PartialOrd for tagPELARRAY
impl PartialOrd for tagPELARRAY
impl Copy for tagPELARRAY
impl Eq for tagPELARRAY
impl StructuralPartialEq 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