Struct LastWrapAlignmentMode
pub struct LastWrapAlignmentMode { /* private fields */ }
Implementations§
§impl LastWrapAlignmentMode
impl LastWrapAlignmentMode
pub const INHERIT: LastWrapAlignmentMode = _
pub const INHERIT: LastWrapAlignmentMode = _
Godot enumerator name: LAST_WRAP_ALIGNMENT_INHERIT
pub const BEGIN: LastWrapAlignmentMode = _
pub const BEGIN: LastWrapAlignmentMode = _
Godot enumerator name: LAST_WRAP_ALIGNMENT_BEGIN
pub const CENTER: LastWrapAlignmentMode = _
pub const CENTER: LastWrapAlignmentMode = _
Godot enumerator name: LAST_WRAP_ALIGNMENT_CENTER
pub const END: LastWrapAlignmentMode = _
pub const END: LastWrapAlignmentMode = _
Godot enumerator name: LAST_WRAP_ALIGNMENT_END
Trait Implementations§
§impl Clone for LastWrapAlignmentMode
impl Clone for LastWrapAlignmentMode
§fn clone(&self) -> LastWrapAlignmentMode
fn clone(&self) -> LastWrapAlignmentMode
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 more§impl Debug for LastWrapAlignmentMode
impl Debug for LastWrapAlignmentMode
§impl EngineEnum for LastWrapAlignmentMode
impl EngineEnum for LastWrapAlignmentMode
§impl FromGodot for LastWrapAlignmentMode
impl FromGodot for LastWrapAlignmentMode
§fn try_from_godot(
via: <LastWrapAlignmentMode as GodotConvert>::Via,
) -> Result<LastWrapAlignmentMode, ConvertError>
fn try_from_godot( via: <LastWrapAlignmentMode as GodotConvert>::Via, ) -> Result<LastWrapAlignmentMode, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
§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.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
§impl GodotConvert for LastWrapAlignmentMode
impl GodotConvert for LastWrapAlignmentMode
§impl Hash for LastWrapAlignmentMode
impl Hash for LastWrapAlignmentMode
§impl PartialEq for LastWrapAlignmentMode
impl PartialEq for LastWrapAlignmentMode
§impl ToGodot for LastWrapAlignmentMode
impl ToGodot for LastWrapAlignmentMode
impl Copy for LastWrapAlignmentMode
impl Eq for LastWrapAlignmentMode
impl StructuralPartialEq for LastWrapAlignmentMode
Auto Trait Implementations§
impl Freeze for LastWrapAlignmentMode
impl RefUnwindSafe for LastWrapAlignmentMode
impl Send for LastWrapAlignmentMode
impl Sync for LastWrapAlignmentMode
impl Unpin for LastWrapAlignmentMode
impl UnwindSafe for LastWrapAlignmentMode
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