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