#[repr(C)]pub struct TVGETITEMPARTRECTINFO {
pub hti: *mut _TREEITEM,
pub prc: *mut RECT,
pub partID: TVITEMPART,
}Fields§
§hti: *mut _TREEITEM§prc: *mut RECT§partID: TVITEMPARTTrait Implementations§
Source§impl Abi for TVGETITEMPARTRECTINFO
impl Abi for TVGETITEMPARTRECTINFO
Source§type Abi = TVGETITEMPARTRECTINFO
type Abi = TVGETITEMPARTRECTINFO
The abi representation of the implementing type. Read more
type DefaultType = TVGETITEMPARTRECTINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TVGETITEMPARTRECTINFO
impl Clone for TVGETITEMPARTRECTINFO
Source§fn clone(&self) -> TVGETITEMPARTRECTINFO
fn clone(&self) -> TVGETITEMPARTRECTINFO
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 Debug for TVGETITEMPARTRECTINFO
impl Debug for TVGETITEMPARTRECTINFO
Source§impl Default for TVGETITEMPARTRECTINFO
impl Default for TVGETITEMPARTRECTINFO
Source§impl PartialEq for TVGETITEMPARTRECTINFO
impl PartialEq for TVGETITEMPARTRECTINFO
impl Copy for TVGETITEMPARTRECTINFO
impl Eq for TVGETITEMPARTRECTINFO
Auto Trait Implementations§
impl Freeze for TVGETITEMPARTRECTINFO
impl RefUnwindSafe for TVGETITEMPARTRECTINFO
impl !Send for TVGETITEMPARTRECTINFO
impl !Sync for TVGETITEMPARTRECTINFO
impl Unpin for TVGETITEMPARTRECTINFO
impl UnwindSafe for TVGETITEMPARTRECTINFO
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