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