pub struct InlineAlignment { /* private fields */ }
Implementations§
Source§impl InlineAlignment
impl InlineAlignment
Sourcepub const TOP_TO: InlineAlignment = _
pub const TOP_TO: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TOP_TO
Sourcepub const CENTER_TO: InlineAlignment = _
pub const CENTER_TO: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_CENTER_TO
Sourcepub const BASELINE_TO: InlineAlignment = _
pub const BASELINE_TO: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_BASELINE_TO
Sourcepub const BOTTOM_TO: InlineAlignment = _
pub const BOTTOM_TO: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_BOTTOM_TO
Sourcepub const TO_TOP: InlineAlignment = _
pub const TO_TOP: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TO_TOP
Sourcepub const TO_CENTER: InlineAlignment = _
pub const TO_CENTER: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TO_CENTER
Sourcepub const TO_BASELINE: InlineAlignment = _
pub const TO_BASELINE: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TO_BASELINE
Sourcepub const TO_BOTTOM: InlineAlignment = _
pub const TO_BOTTOM: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TO_BOTTOM
Sourcepub const TOP: InlineAlignment = _
pub const TOP: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TOP
Sourcepub const CENTER: InlineAlignment = _
pub const CENTER: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_CENTER
Sourcepub const BOTTOM: InlineAlignment = _
pub const BOTTOM: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_BOTTOM
Sourcepub const IMAGE_MASK: InlineAlignment = _
pub const IMAGE_MASK: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_IMAGE_MASK
Sourcepub const TEXT_MASK: InlineAlignment = _
pub const TEXT_MASK: InlineAlignment = _
Godot enumerator name: INLINE_ALIGNMENT_TEXT_MASK
Trait Implementations§
Source§impl Clone for InlineAlignment
impl Clone for InlineAlignment
Source§fn clone(&self) -> InlineAlignment
fn clone(&self) -> InlineAlignment
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 InlineAlignment
impl Debug for InlineAlignment
Source§impl EngineEnum for InlineAlignment
impl EngineEnum for InlineAlignment
Source§impl FromGodot for InlineAlignment
impl FromGodot for InlineAlignment
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 InlineAlignment
impl GodotConvert for InlineAlignment
Source§impl Hash for InlineAlignment
impl Hash for InlineAlignment
Source§impl PartialEq for InlineAlignment
impl PartialEq for InlineAlignment
Source§impl ToGodot for InlineAlignment
impl ToGodot for InlineAlignment
impl Copy for InlineAlignment
impl Eq for InlineAlignment
impl StructuralPartialEq for InlineAlignment
Auto Trait Implementations§
impl Freeze for InlineAlignment
impl RefUnwindSafe for InlineAlignment
impl Send for InlineAlignment
impl Sync for InlineAlignment
impl Unpin for InlineAlignment
impl UnwindSafe for InlineAlignment
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