Struct windows::Win32::Media::Audio::IDeviceSpecificProperty_Vtbl
#[repr(C)]pub struct IDeviceSpecificProperty_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const GUID) -> HRESULT,
pub Get4BRange: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const GUID) -> HRESULT
§Get4BRange: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
Implementations§
§impl IDeviceSpecificProperty_Vtbl
impl IDeviceSpecificProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDeviceSpecificProperty_Vtblwhere
Identity: IDeviceSpecificProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDeviceSpecificProperty_Vtbl
impl RefUnwindSafe for IDeviceSpecificProperty_Vtbl
impl Send for IDeviceSpecificProperty_Vtbl
impl Sync for IDeviceSpecificProperty_Vtbl
impl Unpin for IDeviceSpecificProperty_Vtbl
impl UnwindSafe for IDeviceSpecificProperty_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