Struct windows_sys::Win32::Media::KernelStreaming::KSP_PIN
[−]#[repr(C)]pub struct KSP_PIN {
pub Property: KSIDENTIFIER,
pub PinId: u32,
pub Anonymous: KSP_PIN_0,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Property: KSIDENTIFIER
PinId: u32
Anonymous: KSP_PIN_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KSP_PIN
impl Send for KSP_PIN
impl Sync for KSP_PIN
impl Unpin for KSP_PIN
impl UnwindSafe for KSP_PIN
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