pub struct FeedDataType(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl FeedDataType
impl FeedDataType
pub const NOIMAGE: FeedDataType
pub const RGB: FeedDataType
pub const YCBCR: FeedDataType
pub const YCBCR_SEP: FeedDataType
Trait Implementations§
Source§impl Clone for FeedDataType
impl Clone for FeedDataType
Source§fn clone(&self) -> FeedDataType
fn clone(&self) -> FeedDataType
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 FeedDataType
impl Debug for FeedDataType
Source§impl From<FeedDataType> for i64
impl From<FeedDataType> for i64
Source§fn from(v: FeedDataType) -> Self
fn from(v: FeedDataType) -> Self
Converts to this type from the input type.
Source§impl From<i64> for FeedDataType
impl From<i64> for FeedDataType
Source§impl FromVariant for FeedDataType
impl FromVariant for FeedDataType
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for FeedDataType
impl Hash for FeedDataType
Source§impl Ord for FeedDataType
impl Ord for FeedDataType
Source§fn cmp(&self, other: &FeedDataType) -> Ordering
fn cmp(&self, other: &FeedDataType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FeedDataType
impl PartialEq for FeedDataType
Source§impl PartialOrd for FeedDataType
impl PartialOrd for FeedDataType
impl Copy for FeedDataType
impl Eq for FeedDataType
impl StructuralPartialEq for FeedDataType
Auto Trait Implementations§
impl Freeze for FeedDataType
impl RefUnwindSafe for FeedDataType
impl Send for FeedDataType
impl Sync for FeedDataType
impl Unpin for FeedDataType
impl UnwindSafe for FeedDataType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.