#[repr(C)]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 (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 pdtObtainPixelArray
Auto Trait Implementations§
impl !Send for pdtObtainPixelArray
impl !Sync for pdtObtainPixelArray
impl Freeze for pdtObtainPixelArray
impl RefUnwindSafe for pdtObtainPixelArray
impl Unpin for pdtObtainPixelArray
impl UnsafeUnpin 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