Struct windows_sys::Win32::Media::MediaFoundation::DigitalWindowSetting
[−]#[repr(C)]pub struct DigitalWindowSetting {
pub OriginX: f64,
pub OriginY: f64,
pub WindowSize: f64,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
OriginX: f64
OriginY: f64
WindowSize: f64
Trait Implementations
impl Clone for DigitalWindowSetting
impl Clone for DigitalWindowSetting
impl Copy for DigitalWindowSetting
Auto Trait Implementations
impl RefUnwindSafe for DigitalWindowSetting
impl Send for DigitalWindowSetting
impl Sync for DigitalWindowSetting
impl Unpin for DigitalWindowSetting
impl UnwindSafe for DigitalWindowSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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