pub struct TextureRepeat { /* private fields */ }
Implementations§
Source§impl TextureRepeat
impl TextureRepeat
Sourcepub const PARENT_NODE: TextureRepeat
pub const PARENT_NODE: TextureRepeat
Godot enumerator name: TEXTURE_REPEAT_PARENT_NODE
Sourcepub const DISABLED: TextureRepeat
pub const DISABLED: TextureRepeat
Godot enumerator name: TEXTURE_REPEAT_DISABLED
Sourcepub const ENABLED: TextureRepeat
pub const ENABLED: TextureRepeat
Godot enumerator name: TEXTURE_REPEAT_ENABLED
Sourcepub const MIRROR: TextureRepeat
pub const MIRROR: TextureRepeat
Godot enumerator name: TEXTURE_REPEAT_MIRROR
Sourcepub const MAX: TextureRepeat
pub const MAX: TextureRepeat
Godot enumerator name: TEXTURE_REPEAT_MAX
Trait Implementations§
Source§impl Clone for TextureRepeat
impl Clone for TextureRepeat
Source§fn clone(&self) -> TextureRepeat
fn clone(&self) -> TextureRepeat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TextureRepeat
impl Debug for TextureRepeat
Source§impl EngineEnum for TextureRepeat
impl EngineEnum for TextureRepeat
Source§impl FromGodot for TextureRepeat
impl FromGodot for TextureRepeat
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, 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§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl GodotConvert for TextureRepeat
impl GodotConvert for TextureRepeat
Source§impl Hash for TextureRepeat
impl Hash for TextureRepeat
Source§impl IndexEnum for TextureRepeat
impl IndexEnum for TextureRepeat
Source§impl PartialEq for TextureRepeat
impl PartialEq for TextureRepeat
Source§impl ToGodot for TextureRepeat
impl ToGodot for TextureRepeat
impl Copy for TextureRepeat
impl Eq for TextureRepeat
impl StructuralPartialEq for TextureRepeat
Auto Trait Implementations§
impl Freeze for TextureRepeat
impl RefUnwindSafe for TextureRepeat
impl Send for TextureRepeat
impl Sync for TextureRepeat
impl Unpin for TextureRepeat
impl UnwindSafe for TextureRepeat
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