Enum windows_capture::encoder::VideoEncoderType
source ยท pub enum VideoEncoderType {
Avi,
Hevc,
Mp4,
Wmv,
}Variantsยง
Trait Implementationsยง
sourceยงimpl Clone for VideoEncoderType
impl Clone for VideoEncoderType
sourceยงfn clone(&self) -> VideoEncoderType
fn clone(&self) -> VideoEncoderType
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 VideoEncoderType
impl Debug for VideoEncoderType
sourceยงimpl PartialEq for VideoEncoderType
impl PartialEq for VideoEncoderType
sourceยงfn eq(&self, other: &VideoEncoderType) -> bool
fn eq(&self, other: &VideoEncoderType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for VideoEncoderType
impl Eq for VideoEncoderType
impl StructuralPartialEq for VideoEncoderType
Auto Trait Implementationsยง
impl Freeze for VideoEncoderType
impl RefUnwindSafe for VideoEncoderType
impl Send for VideoEncoderType
impl Sync for VideoEncoderType
impl Unpin for VideoEncoderType
impl UnwindSafe for VideoEncoderType
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
sourceยงimpl<T> IntoEither for T
impl<T> IntoEither for T
sourceยงfn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresourceยงfn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more