Struct IViewSort_Vtbl
#[repr(C)]pub struct IViewSort_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSortOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut *mut usize, _: *mut *mut u32) -> HRESULT,
pub SetSortOrder: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const usize, _: *const u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSortOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut usize, _: *mut *mut usize, _: *mut *mut u32) -> HRESULT
§SetSortOrder: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const usize, _: *const u32) -> HRESULT
Implementations§
§impl IViewSort_Vtbl
impl IViewSort_Vtbl
pub const fn new<Identity: IViewSort_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IViewSort_Vtbl
impl RefUnwindSafe for IViewSort_Vtbl
impl Send for IViewSort_Vtbl
impl Sync for IViewSort_Vtbl
impl Unpin for IViewSort_Vtbl
impl UnwindSafe for IViewSort_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