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