Struct windows_sys::Win32::Media::KernelStreaming::KSE_PIN
[−]#[repr(C)]pub struct KSE_PIN {
pub Event: KSIDENTIFIER,
pub PinId: u32,
pub Reserved: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Event: KSIDENTIFIERPinId: u32Reserved: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KSE_PIN
impl Send for KSE_PIN
impl Sync for KSE_PIN
impl Unpin for KSE_PIN
impl UnwindSafe for KSE_PIN
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