#[repr(C, packed(4))]pub struct ENDCOMPOSITIONNOTIFY {
pub nmhdr: NMHDR,
pub dwCode: ENDCOMPOSITIONNOTIFY_CODE,
}
Fields§
§nmhdr: NMHDR
§dwCode: ENDCOMPOSITIONNOTIFY_CODE
Trait Implementations§
Source§impl Abi for ENDCOMPOSITIONNOTIFY
impl Abi for ENDCOMPOSITIONNOTIFY
Source§type Abi = ENDCOMPOSITIONNOTIFY
type Abi = ENDCOMPOSITIONNOTIFY
The abi representation of the implementing type. Read more
type DefaultType = ENDCOMPOSITIONNOTIFY
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ENDCOMPOSITIONNOTIFY
impl Clone for ENDCOMPOSITIONNOTIFY
Source§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 moreSource§impl PartialEq for ENDCOMPOSITIONNOTIFY
impl PartialEq for ENDCOMPOSITIONNOTIFY
impl Copy for ENDCOMPOSITIONNOTIFY
impl Eq 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