Struct IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
#[repr(C)]pub struct IDvbHDSimulcastLogicalChannelDescriptor_Vtbl {
pub base__: IDvbLogicalChannelDescriptor2_Vtbl,
}
Fields§
§base__: IDvbLogicalChannelDescriptor2_Vtbl
Implementations§
§impl IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
pub const fn new<Identity: IDvbHDSimulcastLogicalChannelDescriptor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl RefUnwindSafe for IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl Send for IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl Sync for IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl Unpin for IDvbHDSimulcastLogicalChannelDescriptor_Vtbl
impl UnwindSafe for IDvbHDSimulcastLogicalChannelDescriptor_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