Struct windows_sys::Win32::UI::Controls::RichEdit::OBJECTPOSITIONS
[−]#[repr(C, packed(4))]pub struct OBJECTPOSITIONS {
pub nmhdr: NMHDR,
pub cObjectCount: i32,
pub pcpPositions: *mut i32,
}
Expand description
Required features: ‘Win32_UI_Controls_RichEdit’, ‘Win32_Foundation’
Fields
nmhdr: NMHDR
cObjectCount: i32
pcpPositions: *mut i32
Trait Implementations
impl Clone for OBJECTPOSITIONS
impl Clone for OBJECTPOSITIONS
impl Copy for OBJECTPOSITIONS
Auto Trait Implementations
impl RefUnwindSafe for OBJECTPOSITIONS
impl !Send for OBJECTPOSITIONS
impl !Sync for OBJECTPOSITIONS
impl Unpin for OBJECTPOSITIONS
impl UnwindSafe for OBJECTPOSITIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more