Struct ICSETSTATUSPROC
#[repr(C)]pub struct ICSETSTATUSPROC {
pub dwFlags: u32,
pub lParam: LPARAM,
pub Status: isize,
}
Fields§
§dwFlags: u32
§lParam: LPARAM
§Status: isize
Trait Implementations§
§impl Clone for ICSETSTATUSPROC
impl Clone for ICSETSTATUSPROC
§fn clone(&self) -> ICSETSTATUSPROC
fn clone(&self) -> ICSETSTATUSPROC
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 more§impl Default for ICSETSTATUSPROC
impl Default for ICSETSTATUSPROC
§fn default() -> ICSETSTATUSPROC
fn default() -> ICSETSTATUSPROC
Returns the “default value” for a type. Read more
impl Copy for ICSETSTATUSPROC
Auto Trait Implementations§
impl Freeze for ICSETSTATUSPROC
impl RefUnwindSafe for ICSETSTATUSPROC
impl Send for ICSETSTATUSPROC
impl Sync for ICSETSTATUSPROC
impl Unpin for ICSETSTATUSPROC
impl UnwindSafe for ICSETSTATUSPROC
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