Struct ENPROTECTED
#[repr(C, packed(4))]pub struct ENPROTECTED {
pub nmhdr: NMHDR,
pub msg: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub chrg: CHARRANGE,
}
Fields§
§nmhdr: NMHDR
§msg: u32
§wParam: WPARAM
§lParam: LPARAM
§chrg: CHARRANGE
Trait Implementations§
§impl Clone for ENPROTECTED
impl Clone for ENPROTECTED
§fn clone(&self) -> ENPROTECTED
fn clone(&self) -> ENPROTECTED
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 ENPROTECTED
Auto Trait Implementations§
impl Freeze for ENPROTECTED
impl RefUnwindSafe for ENPROTECTED
impl !Send for ENPROTECTED
impl !Sync for ENPROTECTED
impl Unpin for ENPROTECTED
impl UnwindSafe for ENPROTECTED
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