Struct windows_sys::Win32::Media::KernelStreaming::KSPIN_CONNECT
[−]#[repr(C)]pub struct KSPIN_CONNECT {
pub Interface: KSIDENTIFIER,
pub Medium: KSIDENTIFIER,
pub PinId: u32,
pub PinToHandle: HANDLE,
pub Priority: KSPRIORITY,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’, ‘Win32_Foundation’
Fields
Interface: KSIDENTIFIER
Medium: KSIDENTIFIER
PinId: u32
PinToHandle: HANDLE
Priority: KSPRIORITY
Trait Implementations
impl Clone for KSPIN_CONNECT
impl Clone for KSPIN_CONNECT
impl Copy for KSPIN_CONNECT
Auto Trait Implementations
impl RefUnwindSafe for KSPIN_CONNECT
impl Send for KSPIN_CONNECT
impl Sync for KSPIN_CONNECT
impl Unpin for KSPIN_CONNECT
impl UnwindSafe for KSPIN_CONNECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more