pub enum OnlyTheseFrames {
AllFrames,
NonDroppableFrames,
IFrames,
KeyFrames,
}Variants§
Trait Implementations§
Source§impl Clone for OnlyTheseFrames
impl Clone for OnlyTheseFrames
Source§fn clone(&self) -> OnlyTheseFrames
fn clone(&self) -> OnlyTheseFrames
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnlyTheseFrames
Source§impl Debug for OnlyTheseFrames
impl Debug for OnlyTheseFrames
impl Eq for OnlyTheseFrames
Source§impl From<OnlyTheseFrames> for CFStringRef
impl From<OnlyTheseFrames> for CFStringRef
Source§fn from(val: OnlyTheseFrames) -> Self
fn from(val: OnlyTheseFrames) -> Self
Converts to this type from the input type.
Source§impl From<OnlyTheseFrames> for CFString
impl From<OnlyTheseFrames> for CFString
Source§fn from(val: OnlyTheseFrames) -> Self
fn from(val: OnlyTheseFrames) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OnlyTheseFrames
impl PartialEq for OnlyTheseFrames
Source§fn eq(&self, other: &OnlyTheseFrames) -> bool
fn eq(&self, other: &OnlyTheseFrames) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OnlyTheseFrames
Auto Trait Implementations§
impl Freeze for OnlyTheseFrames
impl RefUnwindSafe for OnlyTheseFrames
impl Send for OnlyTheseFrames
impl Sync for OnlyTheseFrames
impl Unpin for OnlyTheseFrames
impl UnsafeUnpin for OnlyTheseFrames
impl UnwindSafe for OnlyTheseFrames
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