Struct windows_sys::Win32::UI::Controls::TVGETITEMPARTRECTINFO
[−]#[repr(C)]pub struct TVGETITEMPARTRECTINFO {
pub hti: HTREEITEM,
pub prc: *mut RECT,
pub partID: TVITEMPART,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hti: HTREEITEM
prc: *mut RECT
partID: TVITEMPART
Trait Implementations
impl Clone for TVGETITEMPARTRECTINFO
impl Clone for TVGETITEMPARTRECTINFO
impl Copy for TVGETITEMPARTRECTINFO
Auto Trait Implementations
impl RefUnwindSafe for TVGETITEMPARTRECTINFO
impl !Send for TVGETITEMPARTRECTINFO
impl !Sync for TVGETITEMPARTRECTINFO
impl Unpin for TVGETITEMPARTRECTINFO
impl UnwindSafe for TVGETITEMPARTRECTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more