#[repr(C)]pub struct PELARRAY {
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
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