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_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§
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