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