#[repr(C, packed(2))]pub struct pdtObtainPixelArray {
pub MethodID: ULONG,
pub popa_PixelArray: *mut pdtBlitPixelArray,
pub popa_Flags: ULONG,
}Fields§
§MethodID: ULONG§popa_PixelArray: *mut pdtBlitPixelArray§popa_Flags: ULONGTrait Implementations§
Source§impl Clone for pdtObtainPixelArray
impl Clone for pdtObtainPixelArray
Source§fn clone(&self) -> pdtObtainPixelArray
fn clone(&self) -> pdtObtainPixelArray
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 pdtObtainPixelArray
impl Debug for pdtObtainPixelArray
impl Copy for pdtObtainPixelArray
Auto Trait Implementations§
impl Freeze for pdtObtainPixelArray
impl RefUnwindSafe for pdtObtainPixelArray
impl !Send for pdtObtainPixelArray
impl !Sync for pdtObtainPixelArray
impl Unpin for pdtObtainPixelArray
impl UnwindSafe for pdtObtainPixelArray
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