#[repr(C, align(4))]pub struct CMVideoDimensions {
pub width: i32,
pub height: i32,
}Fields§
§width: i32§height: i32Trait Implementations§
Source§impl Clone for CMVideoDimensions
impl Clone for CMVideoDimensions
Source§fn clone(&self) -> CMVideoDimensions
fn clone(&self) -> CMVideoDimensions
Returns a duplicate 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 moreSource§impl Debug for CMVideoDimensions
impl Debug for CMVideoDimensions
Source§impl Default for CMVideoDimensions
impl Default for CMVideoDimensions
Source§fn default() -> CMVideoDimensions
fn default() -> CMVideoDimensions
Returns the “default value” for a type. Read more
Source§impl PartialEq for CMVideoDimensions
impl PartialEq for CMVideoDimensions
impl Copy for CMVideoDimensions
impl StructuralPartialEq for CMVideoDimensions
Auto Trait Implementations§
impl Freeze for CMVideoDimensions
impl RefUnwindSafe for CMVideoDimensions
impl Send for CMVideoDimensions
impl Sync for CMVideoDimensions
impl Unpin for CMVideoDimensions
impl UnwindSafe for CMVideoDimensions
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