#[repr(C)]pub struct TVSORTCB {
pub hParent: *mut _TREEITEM,
pub lpfnCompare: Option<unsafe extern "system" fn(_: LPARAM, _: LPARAM, _: LPARAM) -> i32>,
pub lParam: LPARAM,
}Fields§
§hParent: *mut _TREEITEM§lpfnCompare: Option<unsafe extern "system" fn(_: LPARAM, _: LPARAM, _: LPARAM) -> i32>§lParam: LPARAMTrait Implementations§
impl Eq for TVSORTCB
Auto Trait Implementations§
impl Freeze for TVSORTCB
impl RefUnwindSafe for TVSORTCB
impl !Send for TVSORTCB
impl !Sync for TVSORTCB
impl Unpin for TVSORTCB
impl UnwindSafe for TVSORTCB
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