#[repr(C)]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: LPARAM
Trait Implementations§
Source§impl Clone for _AppBarData
impl Clone for _AppBarData
Source§fn clone(&self) -> _AppBarData
fn clone(&self) -> _AppBarData
Returns a copy 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
Source§impl Ord for _AppBarData
impl Ord for _AppBarData
Source§fn cmp(&self, other: &_AppBarData) -> Ordering
fn cmp(&self, other: &_AppBarData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _AppBarData
impl PartialEq for _AppBarData
Source§impl PartialOrd for _AppBarData
impl PartialOrd for _AppBarData
impl Copy for _AppBarData
impl Eq for _AppBarData
impl StructuralPartialEq 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