#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IEPointerPixel
Auto Trait Implementations§
impl !Send for IEPointerPixel
impl !Sync for IEPointerPixel
impl Freeze for IEPointerPixel
impl RefUnwindSafe for IEPointerPixel
impl Unpin for IEPointerPixel
impl UnsafeUnpin 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