#[repr(C, packed(2))]pub struct pdtBlitPixelArray {
pub MethodID: ULONG,
pub pbpa_PixelData: APTR,
pub pbpa_PixelFormat: ULONG,
pub pbpa_PixelArrayMod: ULONG,
pub pbpa_Left: ULONG,
pub pbpa_Top: ULONG,
pub pbpa_Width: ULONG,
pub pbpa_Height: ULONG,
}Fields§
§MethodID: ULONG§pbpa_PixelData: APTR§pbpa_PixelFormat: ULONG§pbpa_PixelArrayMod: ULONG§pbpa_Left: ULONG§pbpa_Top: ULONG§pbpa_Width: ULONG§pbpa_Height: ULONGTrait Implementations§
Source§impl Clone for pdtBlitPixelArray
impl Clone for pdtBlitPixelArray
Source§fn clone(&self) -> pdtBlitPixelArray
fn clone(&self) -> pdtBlitPixelArray
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 pdtBlitPixelArray
impl Debug for pdtBlitPixelArray
impl Copy for pdtBlitPixelArray
Auto Trait Implementations§
impl Freeze for pdtBlitPixelArray
impl RefUnwindSafe for pdtBlitPixelArray
impl !Send for pdtBlitPixelArray
impl !Sync for pdtBlitPixelArray
impl Unpin for pdtBlitPixelArray
impl UnwindSafe for pdtBlitPixelArray
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