pub struct FeedDataType { /* private fields */ }
Implementations§
Source§impl FeedDataType
impl FeedDataType
Sourcepub const NOIMAGE: FeedDataType
pub const NOIMAGE: FeedDataType
Godot enumerator name: FEED_NOIMAGE
Sourcepub const RGB: FeedDataType
pub const RGB: FeedDataType
Godot enumerator name: FEED_RGB
Sourcepub const YCBCR: FeedDataType
pub const YCBCR: FeedDataType
Godot enumerator name: FEED_YCBCR
Sourcepub const YCBCR_SEP: FeedDataType
pub const YCBCR_SEP: FeedDataType
Godot enumerator name: FEED_YCBCR_SEP
Trait Implementations§
Source§impl Clone for FeedDataType
impl Clone for FeedDataType
Source§fn clone(&self) -> FeedDataType
fn clone(&self) -> FeedDataType
Returns a copy 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 EngineEnum for FeedDataType
impl EngineEnum for FeedDataType
Source§impl FromGodot for FeedDataType
impl FromGodot for FeedDataType
Source§fn try_from_godot(
via: <FeedDataType as GodotConvert>::Via,
) -> Result<FeedDataType, ConvertError>
fn try_from_godot( via: <FeedDataType as GodotConvert>::Via, ) -> Result<FeedDataType, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a
Variant
, returning Err
on failure.Source§impl GodotConvert for FeedDataType
impl GodotConvert for FeedDataType
Source§impl Hash for FeedDataType
impl Hash for FeedDataType
Source§impl PartialEq for FeedDataType
impl PartialEq for FeedDataType
Source§impl ToGodot for FeedDataType
impl ToGodot 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