#[repr(C, packed(1))]pub struct _AppBarData {
pub cbSize: DWORD,
pub hWnd: HWND,
pub uCallbackMessage: UINT,
pub uEdge: UINT,
pub rc: RECT,
pub lParam: LPARAM,
}Fields§
§cbSize: DWORD§hWnd: HWND§uCallbackMessage: UINT§uEdge: UINT§rc: RECT§lParam: LPARAMTrait Implementations§
Source§impl Clone for _AppBarData
impl Clone for _AppBarData
Source§fn clone(&self) -> _AppBarData
fn clone(&self) -> _AppBarData
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 _AppBarData
impl Debug for _AppBarData
impl Copy for _AppBarData
Auto Trait Implementations§
impl Freeze for _AppBarData
impl RefUnwindSafe for _AppBarData
impl !Send for _AppBarData
impl !Sync for _AppBarData
impl Unpin for _AppBarData
impl UnwindSafe for _AppBarData
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