Struct STISUBSCRIBE
#[repr(C)]pub struct STISUBSCRIBE {
pub dwSize: u32,
pub dwFlags: u32,
pub dwFilter: u32,
pub hWndNotify: HWND,
pub hEvent: HANDLE,
pub uiNotificationMessage: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwFilter: u32
§hWndNotify: HWND
§hEvent: HANDLE
§uiNotificationMessage: u32
Trait Implementations§
§impl Clone for STISUBSCRIBE
impl Clone for STISUBSCRIBE
§fn clone(&self) -> STISUBSCRIBE
fn clone(&self) -> STISUBSCRIBE
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 moreimpl Copy for STISUBSCRIBE
Auto Trait Implementations§
impl Freeze for STISUBSCRIBE
impl RefUnwindSafe for STISUBSCRIBE
impl !Send for STISUBSCRIBE
impl !Sync for STISUBSCRIBE
impl Unpin for STISUBSCRIBE
impl UnwindSafe for STISUBSCRIBE
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