Struct windows_sys::Win32::UI::Controls::NMCUSTOMSPLITRECTINFO
[−]#[repr(C)]pub struct NMCUSTOMSPLITRECTINFO {
pub hdr: NMHDR,
pub rcClient: RECT,
pub rcButton: RECT,
pub rcSplit: RECT,
}
Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDR
rcClient: RECT
rcButton: RECT
rcSplit: RECT
Trait Implementations
impl Clone for NMCUSTOMSPLITRECTINFO
impl Clone for NMCUSTOMSPLITRECTINFO
impl Copy for NMCUSTOMSPLITRECTINFO
Auto Trait Implementations
impl RefUnwindSafe for NMCUSTOMSPLITRECTINFO
impl Send for NMCUSTOMSPLITRECTINFO
impl Sync for NMCUSTOMSPLITRECTINFO
impl Unpin for NMCUSTOMSPLITRECTINFO
impl UnwindSafe for NMCUSTOMSPLITRECTINFO
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