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