#[repr(C)]pub struct SCITER_CALLBACK_NOTIFICATION {
pub code: UINT,
pub hwnd: HWINDOW,
}
Fields§
§code: UINT
§hwnd: HWINDOW
Auto Trait Implementations§
impl Freeze for SCITER_CALLBACK_NOTIFICATION
impl RefUnwindSafe for SCITER_CALLBACK_NOTIFICATION
impl !Send for SCITER_CALLBACK_NOTIFICATION
impl !Sync for SCITER_CALLBACK_NOTIFICATION
impl Unpin for SCITER_CALLBACK_NOTIFICATION
impl UnwindSafe for SCITER_CALLBACK_NOTIFICATION
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