#[repr(C)]pub struct TVINSERTSTRUCTW {
pub hParent: *mut _TREEITEM,
pub hInsertAfter: *mut _TREEITEM,
pub Anonymous: TVINSERTSTRUCTW_0,
}
Fields§
§hParent: *mut _TREEITEM
§hInsertAfter: *mut _TREEITEM
§Anonymous: TVINSERTSTRUCTW_0
Trait Implementations§
Source§impl Abi for TVINSERTSTRUCTW
impl Abi for TVINSERTSTRUCTW
Source§type Abi = TVINSERTSTRUCTW
type Abi = TVINSERTSTRUCTW
The abi representation of the implementing type. Read more
type DefaultType = TVINSERTSTRUCTW
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 TVINSERTSTRUCTW
impl Clone for TVINSERTSTRUCTW
Source§fn clone(&self) -> TVINSERTSTRUCTW
fn clone(&self) -> TVINSERTSTRUCTW
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 PartialEq for TVINSERTSTRUCTW
impl PartialEq for TVINSERTSTRUCTW
impl Copy for TVINSERTSTRUCTW
impl Eq for TVINSERTSTRUCTW
Auto Trait Implementations§
impl Freeze for TVINSERTSTRUCTW
impl RefUnwindSafe for TVINSERTSTRUCTW
impl !Send for TVINSERTSTRUCTW
impl !Sync for TVINSERTSTRUCTW
impl Unpin for TVINSERTSTRUCTW
impl UnwindSafe for TVINSERTSTRUCTW
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