Struct windows_sys::Win32::Media::KernelStreaming::KSVPSIZE_PROP
#[repr(C)]pub struct KSVPSIZE_PROP {
pub Property: KSIDENTIFIER,
pub Size: KS_AMVPSIZE,
}
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§
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