pub enum Location {
Unspecified,
Left,
Center,
TopLeft,
Top,
BottomLeft,
Bottom,
}Variants§
trait 实现§
源代码§impl From<AVChromaLocation> for Location
impl From<AVChromaLocation> for Location
源代码§fn from(value: AVChromaLocation) -> Self
fn from(value: AVChromaLocation) -> Self
Converts to this type from the input type.
源代码§impl From<Location> for AVChromaLocation
impl From<Location> for AVChromaLocation
源代码§fn from(value: Location) -> AVChromaLocation
fn from(value: Location) -> AVChromaLocation
Converts to this type from the input type.
impl Copy for Location
impl Eq for Location
impl StructuralPartialEq for Location
自动 trait 实现§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnsafeUnpin for Location
impl UnwindSafe for Location
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
从拥有的值可变地借用。 阅读更多