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 · 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 OnlyTheseFrames
impl Debug 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
impl Copy for OnlyTheseFrames
impl Eq for OnlyTheseFrames
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 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