#[repr(C)]pub struct PixelAspectRatio { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelAspectRatio
impl RefUnwindSafe for PixelAspectRatio
impl Send for PixelAspectRatio
impl Sync for PixelAspectRatio
impl Unpin for PixelAspectRatio
impl UnwindSafe for PixelAspectRatio
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more