#[repr(C, packed(2))]pub struct IEPointerPixel {
pub iepp_Screen: *mut Screen,
pub iepp_Position: IEPointerPixel__bindgen_ty_1,
}Fields§
§iepp_Screen: *mut Screen§iepp_Position: IEPointerPixel__bindgen_ty_1Trait Implementations§
Source§impl Clone for IEPointerPixel
impl Clone for IEPointerPixel
Source§fn clone(&self) -> IEPointerPixel
fn clone(&self) -> IEPointerPixel
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 IEPointerPixel
impl Debug for IEPointerPixel
impl Copy for IEPointerPixel
Auto Trait Implementations§
impl Freeze for IEPointerPixel
impl RefUnwindSafe for IEPointerPixel
impl !Send for IEPointerPixel
impl !Sync for IEPointerPixel
impl Unpin for IEPointerPixel
impl UnwindSafe for IEPointerPixel
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