#[repr(C)]pub struct AppWindowDropZoneMsg {
pub adzm_RastPort: *mut RastPort,
pub adzm_DropZoneBox: IBox,
pub adzm_ID: ULONG,
pub adzm_UserData: ULONG,
pub adzm_Action: LONG,
}Fields§
§adzm_RastPort: *mut RastPort§adzm_DropZoneBox: IBox§adzm_ID: ULONG§adzm_UserData: ULONG§adzm_Action: LONGTrait Implementations§
Source§impl Clone for AppWindowDropZoneMsg
impl Clone for AppWindowDropZoneMsg
Source§fn clone(&self) -> AppWindowDropZoneMsg
fn clone(&self) -> AppWindowDropZoneMsg
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 AppWindowDropZoneMsg
Auto Trait Implementations§
impl !Send for AppWindowDropZoneMsg
impl !Sync for AppWindowDropZoneMsg
impl Freeze for AppWindowDropZoneMsg
impl RefUnwindSafe for AppWindowDropZoneMsg
impl Unpin for AppWindowDropZoneMsg
impl UnsafeUnpin for AppWindowDropZoneMsg
impl UnwindSafe for AppWindowDropZoneMsg
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