Struct PathIntervalType
pub struct PathIntervalType { /* private fields */ }
Implementations§
§impl PathIntervalType
impl PathIntervalType
pub const DISTANCE: PathIntervalType
pub const DISTANCE: PathIntervalType
Godot enumerator name: PATH_INTERVAL_DISTANCE
pub const SUBDIVIDE: PathIntervalType
pub const SUBDIVIDE: PathIntervalType
Godot enumerator name: PATH_INTERVAL_SUBDIVIDE
Trait Implementations§
§impl Clone for PathIntervalType
impl Clone for PathIntervalType
§fn clone(&self) -> PathIntervalType
fn clone(&self) -> PathIntervalType
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 PathIntervalType
impl Debug for PathIntervalType
§impl EngineEnum for PathIntervalType
impl EngineEnum for PathIntervalType
§impl FromGodot for PathIntervalType
impl FromGodot for PathIntervalType
§fn try_from_godot(
via: <PathIntervalType as GodotConvert>::Via,
) -> Result<PathIntervalType, ConvertError>
fn try_from_godot( via: <PathIntervalType as GodotConvert>::Via, ) -> Result<PathIntervalType, 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 PathIntervalType
impl GodotConvert for PathIntervalType
§impl Hash for PathIntervalType
impl Hash for PathIntervalType
§impl PartialEq for PathIntervalType
impl PartialEq for PathIntervalType
§impl ToGodot for PathIntervalType
impl ToGodot for PathIntervalType
impl Copy for PathIntervalType
impl Eq for PathIntervalType
impl StructuralPartialEq for PathIntervalType
Auto Trait Implementations§
impl Freeze for PathIntervalType
impl RefUnwindSafe for PathIntervalType
impl Send for PathIntervalType
impl Sync for PathIntervalType
impl Unpin for PathIntervalType
impl UnwindSafe for PathIntervalType
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