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_Foundation"
Fields§
§Property: KSIDENTIFIER§u: KSPROPERTY_EXTXPORT_S_0Trait 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§
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