Struct IChannelTuneRequest_Vtbl
#[repr(C)]pub struct IChannelTuneRequest_Vtbl {
pub base__: ITuneRequest_Vtbl,
pub Channel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetChannel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: ITuneRequest_Vtbl
§Channel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetChannel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IChannelTuneRequest_Vtbl
impl IChannelTuneRequest_Vtbl
pub const fn new<Identity: IChannelTuneRequest_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IChannelTuneRequest_Vtbl
impl RefUnwindSafe for IChannelTuneRequest_Vtbl
impl Send for IChannelTuneRequest_Vtbl
impl Sync for IChannelTuneRequest_Vtbl
impl Unpin for IChannelTuneRequest_Vtbl
impl UnwindSafe for IChannelTuneRequest_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