Struct VMR9AspectRatioMode
#[repr(transparent)]pub struct VMR9AspectRatioMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for VMR9AspectRatioMode
impl Clone for VMR9AspectRatioMode
§fn clone(&self) -> VMR9AspectRatioMode
fn clone(&self) -> VMR9AspectRatioMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VMR9AspectRatioMode
impl Debug for VMR9AspectRatioMode
§impl Default for VMR9AspectRatioMode
impl Default for VMR9AspectRatioMode
§fn default() -> VMR9AspectRatioMode
fn default() -> VMR9AspectRatioMode
Returns the “default value” for a type. Read more
§impl PartialEq for VMR9AspectRatioMode
impl PartialEq for VMR9AspectRatioMode
impl Copy for VMR9AspectRatioMode
impl Eq for VMR9AspectRatioMode
impl StructuralPartialEq for VMR9AspectRatioMode
Auto Trait Implementations§
impl Freeze for VMR9AspectRatioMode
impl RefUnwindSafe for VMR9AspectRatioMode
impl Send for VMR9AspectRatioMode
impl Sync for VMR9AspectRatioMode
impl Unpin for VMR9AspectRatioMode
impl UnwindSafe for VMR9AspectRatioMode
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