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