Struct GETCONTEXTMENUEX
#[repr(C, packed(4))]pub struct GETCONTEXTMENUEX {
pub chrg: CHARRANGE,
pub dwFlags: u32,
pub pt: POINT,
pub pvReserved: *mut c_void,
}
Fields§
§chrg: CHARRANGE
§dwFlags: u32
§pt: POINT
§pvReserved: *mut c_void
Trait Implementations§
§impl Clone for GETCONTEXTMENUEX
impl Clone for GETCONTEXTMENUEX
§fn clone(&self) -> GETCONTEXTMENUEX
fn clone(&self) -> GETCONTEXTMENUEX
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 GETCONTEXTMENUEX
impl Default for GETCONTEXTMENUEX
impl Copy for GETCONTEXTMENUEX
Auto Trait Implementations§
impl Freeze for GETCONTEXTMENUEX
impl RefUnwindSafe for GETCONTEXTMENUEX
impl !Send for GETCONTEXTMENUEX
impl !Sync for GETCONTEXTMENUEX
impl Unpin for GETCONTEXTMENUEX
impl UnwindSafe for GETCONTEXTMENUEX
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