Struct PolyEndType
pub struct PolyEndType { /* private fields */ }
Implementations§
§impl PolyEndType
impl PolyEndType
pub const POLYGON: PolyEndType = _
pub const POLYGON: PolyEndType = _
Godot enumerator name: END_POLYGON
pub const JOINED: PolyEndType = _
pub const JOINED: PolyEndType = _
Godot enumerator name: END_JOINED
pub const BUTT: PolyEndType = _
pub const BUTT: PolyEndType = _
Godot enumerator name: END_BUTT
pub const SQUARE: PolyEndType = _
pub const SQUARE: PolyEndType = _
Godot enumerator name: END_SQUARE
pub const ROUND: PolyEndType = _
pub const ROUND: PolyEndType = _
Godot enumerator name: END_ROUND
Trait Implementations§
§impl Clone for PolyEndType
impl Clone for PolyEndType
§fn clone(&self) -> PolyEndType
fn clone(&self) -> PolyEndType
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 PolyEndType
impl Debug for PolyEndType
§impl EngineEnum for PolyEndType
impl EngineEnum for PolyEndType
§impl FromGodot for PolyEndType
impl FromGodot for PolyEndType
§fn try_from_godot(
via: <PolyEndType as GodotConvert>::Via,
) -> Result<PolyEndType, ConvertError>
fn try_from_godot( via: <PolyEndType as GodotConvert>::Via, ) -> Result<PolyEndType, 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 PolyEndType
impl GodotConvert for PolyEndType
§impl Hash for PolyEndType
impl Hash for PolyEndType
§impl PartialEq for PolyEndType
impl PartialEq for PolyEndType
§impl ToGodot for PolyEndType
impl ToGodot for PolyEndType
impl Copy for PolyEndType
impl Eq for PolyEndType
impl StructuralPartialEq for PolyEndType
Auto Trait Implementations§
impl Freeze for PolyEndType
impl RefUnwindSafe for PolyEndType
impl Send for PolyEndType
impl Sync for PolyEndType
impl Unpin for PolyEndType
impl UnwindSafe for PolyEndType
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