Struct windows_sys::Win32::Media::DirectShow::PIN_INFO
[−]#[repr(C)]pub struct PIN_INFO {
pub pFilter: IBaseFilter,
pub dir: PIN_DIRECTION,
pub achName: [u16; 128],
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_System_Com"
Fields
pFilter: IBaseFilter
dir: PIN_DIRECTION
achName: [u16; 128]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PIN_INFO
impl !Send for PIN_INFO
impl !Sync for PIN_INFO
impl Unpin for PIN_INFO
impl UnwindSafe for PIN_INFO
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