#[repr(C)]pub struct IKsFormatSupport {
pub lpVtbl: *const IKsFormatSupportVtbl,
}
Fields§
§lpVtbl: *const IKsFormatSupportVtbl
Implementations§
Source§impl IKsFormatSupport
impl IKsFormatSupport
pub unsafe fn IsFormatSupported( &self, pKsFormat: PKSDATAFORMAT, cbFormat: DWORD, pbSupported: *mut BOOL, ) -> HRESULT
pub unsafe fn GetDevicePreferredFormat( &self, ppKsFormat: *mut PKSDATAFORMAT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IKsFormatSupport
impl Deref for IKsFormatSupport
Auto Trait Implementations§
impl Freeze for IKsFormatSupport
impl RefUnwindSafe for IKsFormatSupport
impl !Send for IKsFormatSupport
impl !Sync for IKsFormatSupport
impl Unpin for IKsFormatSupport
impl UnwindSafe for IKsFormatSupport
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