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