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