pub enum MacosCaptureResolutionType {
Automatic,
Best,
Nominal,
}
Expand description
Mac OS “resolution type” The “resolution type” of the capture
Variants§
Automatic
Automatically select the resolution type
Best
Select the highest available capture resolution (usually the physical resolution being rendered)
Nominal
One linear screen unit per pixel, IE the “virtual resolution”
Trait Implementations§
source§impl Clone for MacosCaptureResolutionType
impl Clone for MacosCaptureResolutionType
source§fn clone(&self) -> MacosCaptureResolutionType
fn clone(&self) -> MacosCaptureResolutionType
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 MacosCaptureResolutionType
impl Debug for MacosCaptureResolutionType
source§impl PartialEq for MacosCaptureResolutionType
impl PartialEq for MacosCaptureResolutionType
source§fn eq(&self, other: &MacosCaptureResolutionType) -> bool
fn eq(&self, other: &MacosCaptureResolutionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MacosCaptureResolutionType
impl Eq for MacosCaptureResolutionType
impl StructuralPartialEq for MacosCaptureResolutionType
Auto Trait Implementations§
impl Freeze for MacosCaptureResolutionType
impl RefUnwindSafe for MacosCaptureResolutionType
impl Send for MacosCaptureResolutionType
impl Sync for MacosCaptureResolutionType
impl Unpin for MacosCaptureResolutionType
impl UnwindSafe for MacosCaptureResolutionType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.