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