#[repr(C, packed(2))]pub struct OldDrawerData {
pub dd_NewWindow: NewWindow,
pub dd_CurrentX: LONG,
pub dd_CurrentY: LONG,
}Fields§
§dd_NewWindow: NewWindow§dd_CurrentX: LONG§dd_CurrentY: LONGTrait Implementations§
Source§impl Clone for OldDrawerData
impl Clone for OldDrawerData
Source§fn clone(&self) -> OldDrawerData
fn clone(&self) -> OldDrawerData
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 OldDrawerData
impl Debug for OldDrawerData
impl Copy for OldDrawerData
Auto Trait Implementations§
impl Freeze for OldDrawerData
impl RefUnwindSafe for OldDrawerData
impl !Send for OldDrawerData
impl !Sync for OldDrawerData
impl Unpin for OldDrawerData
impl UnwindSafe for OldDrawerData
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