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