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