Struct windows::Devices::Custom::IIOControlCode_Vtbl
#[repr(C)]pub struct IIOControlCode_Vtbl {
pub base__: IInspectable_Vtbl,
pub AccessMode: unsafe extern "system" fn(_: *mut c_void, _: *mut IOControlAccessMode) -> HRESULT,
pub BufferingMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut IOControlBufferingMethod) -> HRESULT,
pub Function: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub DeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ControlCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AccessMode: unsafe extern "system" fn(_: *mut c_void, _: *mut IOControlAccessMode) -> HRESULT
§BufferingMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut IOControlBufferingMethod) -> HRESULT
§Function: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§DeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ControlCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IIOControlCode_Vtbl
impl IIOControlCode_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IIOControlCode_Vtblwhere
Identity: IIOControlCode_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IIOControlCode_Vtbl
impl RefUnwindSafe for IIOControlCode_Vtbl
impl Send for IIOControlCode_Vtbl
impl Sync for IIOControlCode_Vtbl
impl Unpin for IIOControlCode_Vtbl
impl UnwindSafe for IIOControlCode_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