pub enum Location {
Unspecified,
Left,
Center,
TopLeft,
Top,
BottomLeft,
Bottom,
}Variants§
Trait Implementations§
Source§impl From<AVChromaLocation> for Location
impl From<AVChromaLocation> for Location
Source§fn from(value: AVChromaLocation) -> Self
fn from(value: AVChromaLocation) -> Self
Converts to this type from the input type.
Source§impl From<Location> for AVChromaLocation
impl From<Location> for AVChromaLocation
Source§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
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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