Struct windows::Win32::Media::DirectShow::PIN_INFO
#[repr(C)]pub struct PIN_INFO {
pub pFilter: ManuallyDrop<Option<IBaseFilter>>,
pub dir: PIN_DIRECTION,
pub achName: [u16; 128],
}
Fields§
§pFilter: ManuallyDrop<Option<IBaseFilter>>
§dir: PIN_DIRECTION
§achName: [u16; 128]
Trait Implementations§
impl Eq for PIN_INFO
impl StructuralPartialEq for PIN_INFO
Auto Trait Implementations§
impl Freeze for PIN_INFO
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)