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: f32top: f32right: f32bottom: f32Trait 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 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