Struct windows::Win32::System::WindowsSync::IRangeException_Vtbl
#[repr(C)]pub struct IRangeException_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetClosedRangeStart: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: *mut u32) -> HRESULT,
pub GetClosedRangeEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: *mut u32) -> HRESULT,
pub GetClockVector: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetClosedRangeStart: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: *mut u32) -> HRESULT
§GetClosedRangeEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: *mut u32) -> HRESULT
§GetClockVector: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IRangeException_Vtbl
impl IRangeException_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRangeException_Vtblwhere
Identity: IRangeException_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRangeException_Vtbl
impl RefUnwindSafe for IRangeException_Vtbl
impl Send for IRangeException_Vtbl
impl Sync for IRangeException_Vtbl
impl Unpin for IRangeException_Vtbl
impl UnwindSafe for IRangeException_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