#[repr(C)]pub struct NMCUSTOMSPLITRECTINFO {
pub hdr: NMHDR,
pub rcClient: RECT,
pub rcButton: RECT,
pub rcSplit: RECT,
}
Fields§
§hdr: NMHDR
§rcClient: RECT
§rcButton: RECT
§rcSplit: RECT
Trait Implementations§
Source§impl Clone for NMCUSTOMSPLITRECTINFO
impl Clone for NMCUSTOMSPLITRECTINFO
Source§fn clone(&self) -> NMCUSTOMSPLITRECTINFO
fn clone(&self) -> NMCUSTOMSPLITRECTINFO
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 moreSource§impl Default for NMCUSTOMSPLITRECTINFO
impl Default for NMCUSTOMSPLITRECTINFO
Source§fn default() -> NMCUSTOMSPLITRECTINFO
fn default() -> NMCUSTOMSPLITRECTINFO
Returns the “default value” for a type. Read more
impl Copy for NMCUSTOMSPLITRECTINFO
Auto Trait Implementations§
impl Freeze for NMCUSTOMSPLITRECTINFO
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