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