Struct windows_sys::Win32::Media::DirectShow::NORMALIZEDRECT
[−]#[repr(C)]pub struct NORMALIZEDRECT {
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for NORMALIZEDRECT
impl Clone for NORMALIZEDRECT
impl Copy for NORMALIZEDRECT
Auto Trait Implementations
impl RefUnwindSafe for NORMALIZEDRECT
impl Send for NORMALIZEDRECT
impl Sync for NORMALIZEDRECT
impl Unpin for NORMALIZEDRECT
impl UnwindSafe for NORMALIZEDRECT
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