pub enum Range {
Unspecified,
MPEG,
JPEG,
}Variants§
实现§
trait 实现§
源代码§impl From<AVColorRange> for Range
impl From<AVColorRange> for Range
源代码§fn from(value: AVColorRange) -> Self
fn from(value: AVColorRange) -> Self
Converts to this type from the input type.
源代码§impl From<Range> for AVColorRange
impl From<Range> for AVColorRange
源代码§fn from(value: Range) -> AVColorRange
fn from(value: Range) -> AVColorRange
Converts to this type from the input type.
impl Copy for Range
impl Eq for Range
impl StructuralPartialEq for Range
自动 trait 实现§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnsafeUnpin for Range
impl UnwindSafe for Range
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多