Struct ENDCOMPOSITIONNOTIFY
#[repr(C, packed(4))]pub struct ENDCOMPOSITIONNOTIFY {
pub nmhdr: NMHDR,
pub dwCode: ENDCOMPOSITIONNOTIFY_CODE,
}
Fields§
§nmhdr: NMHDR
§dwCode: ENDCOMPOSITIONNOTIFY_CODE
Trait Implementations§
§impl Clone for ENDCOMPOSITIONNOTIFY
impl Clone for ENDCOMPOSITIONNOTIFY
§fn clone(&self) -> ENDCOMPOSITIONNOTIFY
fn clone(&self) -> ENDCOMPOSITIONNOTIFY
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 more§impl Default for ENDCOMPOSITIONNOTIFY
impl Default for ENDCOMPOSITIONNOTIFY
impl Copy for ENDCOMPOSITIONNOTIFY
Auto Trait Implementations§
impl Freeze for ENDCOMPOSITIONNOTIFY
impl RefUnwindSafe for ENDCOMPOSITIONNOTIFY
impl !Send for ENDCOMPOSITIONNOTIFY
impl !Sync for ENDCOMPOSITIONNOTIFY
impl Unpin for ENDCOMPOSITIONNOTIFY
impl UnwindSafe for ENDCOMPOSITIONNOTIFY
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