Struct INameSpaceTreeControl2_Vtbl
#[repr(C)]pub struct INameSpaceTreeControl2_Vtbl {
    pub base__: INameSpaceTreeControl_Vtbl,
    pub SetControlStyle: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
    pub GetControlStyle: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
    pub SetControlStyle2: unsafe extern "system" fn(_: *mut c_void, _: NSTCSTYLE2, _: NSTCSTYLE2) -> HRESULT,
    pub GetControlStyle2: unsafe extern "system" fn(_: *mut c_void, _: NSTCSTYLE2, _: *mut NSTCSTYLE2) -> HRESULT,
}Fields§
§base__: INameSpaceTreeControl_Vtbl§SetControlStyle: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§GetControlStyle: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§SetControlStyle2: unsafe extern "system" fn(_: *mut c_void, _: NSTCSTYLE2, _: NSTCSTYLE2) -> HRESULT§GetControlStyle2: unsafe extern "system" fn(_: *mut c_void, _: NSTCSTYLE2, _: *mut NSTCSTYLE2) -> HRESULTImplementations§
§impl INameSpaceTreeControl2_Vtbl
 
impl INameSpaceTreeControl2_Vtbl
pub const fn new<Identity: INameSpaceTreeControl2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INameSpaceTreeControl2_Vtbl
impl RefUnwindSafe for INameSpaceTreeControl2_Vtbl
impl Send for INameSpaceTreeControl2_Vtbl
impl Sync for INameSpaceTreeControl2_Vtbl
impl Unpin for INameSpaceTreeControl2_Vtbl
impl UnwindSafe for INameSpaceTreeControl2_Vtbl
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