pub struct TextOverrunFlag { /* private fields */ }
Implementations§
Source§impl TextOverrunFlag
impl TextOverrunFlag
Sourcepub const NO_TRIM: TextOverrunFlag
pub const NO_TRIM: TextOverrunFlag
Godot enumerator name: OVERRUN_NO_TRIM
Sourcepub const TRIM: TextOverrunFlag
pub const TRIM: TextOverrunFlag
Godot enumerator name: OVERRUN_TRIM
Sourcepub const TRIM_WORD_ONLY: TextOverrunFlag
pub const TRIM_WORD_ONLY: TextOverrunFlag
Godot enumerator name: OVERRUN_TRIM_WORD_ONLY
Sourcepub const ADD_ELLIPSIS: TextOverrunFlag
pub const ADD_ELLIPSIS: TextOverrunFlag
Godot enumerator name: OVERRUN_ADD_ELLIPSIS
Sourcepub const ENFORCE_ELLIPSIS: TextOverrunFlag
pub const ENFORCE_ELLIPSIS: TextOverrunFlag
Godot enumerator name: OVERRUN_ENFORCE_ELLIPSIS
Sourcepub const JUSTIFICATION_AWARE: TextOverrunFlag
pub const JUSTIFICATION_AWARE: TextOverrunFlag
Godot enumerator name: OVERRUN_JUSTIFICATION_AWARE
Trait Implementations§
Source§impl BitOr for TextOverrunFlag
impl BitOr for TextOverrunFlag
Source§impl Clone for TextOverrunFlag
impl Clone for TextOverrunFlag
Source§fn clone(&self) -> TextOverrunFlag
fn clone(&self) -> TextOverrunFlag
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 TextOverrunFlag
impl Debug for TextOverrunFlag
Source§impl Default for TextOverrunFlag
impl Default for TextOverrunFlag
Source§fn default() -> TextOverrunFlag
fn default() -> TextOverrunFlag
Returns the “default value” for a type. Read more
Source§impl EngineBitfield for TextOverrunFlag
impl EngineBitfield for TextOverrunFlag
Source§impl FromGodot for TextOverrunFlag
impl FromGodot for TextOverrunFlag
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 TextOverrunFlag
impl GodotConvert for TextOverrunFlag
Source§impl Hash for TextOverrunFlag
impl Hash for TextOverrunFlag
Source§impl PartialEq for TextOverrunFlag
impl PartialEq for TextOverrunFlag
Source§impl ToGodot for TextOverrunFlag
impl ToGodot for TextOverrunFlag
impl Copy for TextOverrunFlag
impl Eq for TextOverrunFlag
impl StructuralPartialEq for TextOverrunFlag
Auto Trait Implementations§
impl Freeze for TextOverrunFlag
impl RefUnwindSafe for TextOverrunFlag
impl Send for TextOverrunFlag
impl Sync for TextOverrunFlag
impl Unpin for TextOverrunFlag
impl UnwindSafe for TextOverrunFlag
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