Struct cros_codecs::Resolution
source · pub struct Resolution {
pub width: u32,
pub height: u32,
}
Fields§
§width: u32
§height: u32
Trait Implementations§
source§impl Clone for Resolution
impl Clone for Resolution
source§fn clone(&self) -> Resolution
fn clone(&self) -> Resolution
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 moresource§impl Debug for Resolution
impl Debug for Resolution
source§impl Default for Resolution
impl Default for Resolution
source§fn default() -> Resolution
fn default() -> Resolution
Returns the “default value” for a type. Read more
source§impl PartialEq<Resolution> for Resolution
impl PartialEq<Resolution> for Resolution
source§fn eq(&self, other: &Resolution) -> bool
fn eq(&self, other: &Resolution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Resolution
impl Eq for Resolution
impl StructuralEq for Resolution
impl StructuralPartialEq for Resolution
Auto Trait Implementations§
impl RefUnwindSafe for Resolution
impl Send for Resolution
impl Sync for Resolution
impl Unpin for Resolution
impl UnwindSafe for Resolution
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