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