Struct 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