#[repr(C, packed(2))]pub struct wmHandle {
pub MethodID: ULONG,
pub wmh_Code: *mut WORD,
}Fields§
§MethodID: ULONG§wmh_Code: *mut WORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for wmHandle
impl RefUnwindSafe for wmHandle
impl !Send for wmHandle
impl !Sync for wmHandle
impl Unpin for wmHandle
impl UnwindSafe for wmHandle
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