[−][src]Enum gstreamer_video::VideoMatrixMode
pub enum VideoMatrixMode { Full, InputOnly, OutputOnly, None, // some variants omitted }
Variants
Trait Implementations
impl Clone for VideoMatrixMode
[src][+]
impl Copy for VideoMatrixMode
[src]
impl Debug for VideoMatrixMode
[src][+]
impl Eq for VideoMatrixMode
[src]
impl<'a> FromValue<'a> for VideoMatrixMode
[src][+]
impl<'a> FromValueOptional<'a> for VideoMatrixMode
[src][+]
impl Hash for VideoMatrixMode
[src][+]
impl Ord for VideoMatrixMode
[src][+]
impl PartialEq<VideoMatrixMode> for VideoMatrixMode
[src][+]
impl PartialOrd<VideoMatrixMode> for VideoMatrixMode
[src][+]
impl SetValue for VideoMatrixMode
[src][+]
impl StaticType for VideoMatrixMode
[src][+]
impl StructuralEq for VideoMatrixMode
[src]
impl StructuralPartialEq for VideoMatrixMode
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoMatrixMode
impl Send for VideoMatrixMode
impl Sync for VideoMatrixMode
impl Unpin for VideoMatrixMode
impl UnwindSafe for VideoMatrixMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,