Struct windows_sys::Win32::Media::DirectShow::BDA_TS_SELECTORINFO
[−]#[repr(C, packed(1))]pub struct BDA_TS_SELECTORINFO {
pub bTSInfolength: u8,
pub bReserved: [u8; 2],
pub guidNetworkType: GUID,
pub bTSIDCount: u8,
pub usTSID: [u16; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
bTSInfolength: u8
bReserved: [u8; 2]
guidNetworkType: GUID
bTSIDCount: u8
usTSID: [u16; 1]
Trait Implementations
impl Clone for BDA_TS_SELECTORINFO
impl Clone for BDA_TS_SELECTORINFO
impl Copy for BDA_TS_SELECTORINFO
Auto Trait Implementations
impl RefUnwindSafe for BDA_TS_SELECTORINFO
impl Send for BDA_TS_SELECTORINFO
impl Sync for BDA_TS_SELECTORINFO
impl Unpin for BDA_TS_SELECTORINFO
impl UnwindSafe for BDA_TS_SELECTORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more