pub struct DisableMode { /* private fields */ }
Implementations§
Source§impl DisableMode
impl DisableMode
Sourcepub const REMOVE: DisableMode
pub const REMOVE: DisableMode
Godot enumerator name: DISABLE_MODE_REMOVE
Sourcepub const MAKE_STATIC: DisableMode
pub const MAKE_STATIC: DisableMode
Godot enumerator name: DISABLE_MODE_MAKE_STATIC
Sourcepub const KEEP_ACTIVE: DisableMode
pub const KEEP_ACTIVE: DisableMode
Godot enumerator name: DISABLE_MODE_KEEP_ACTIVE
Trait Implementations§
Source§impl Clone for DisableMode
impl Clone for DisableMode
Source§fn clone(&self) -> DisableMode
fn clone(&self) -> DisableMode
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 DisableMode
impl Debug for DisableMode
Source§impl EngineEnum for DisableMode
impl EngineEnum for DisableMode
Source§impl FromGodot for DisableMode
impl FromGodot for DisableMode
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 DisableMode
impl GodotConvert for DisableMode
Source§impl Hash for DisableMode
impl Hash for DisableMode
Source§impl PartialEq for DisableMode
impl PartialEq for DisableMode
Source§impl ToGodot for DisableMode
impl ToGodot for DisableMode
impl Copy for DisableMode
impl Eq for DisableMode
impl StructuralPartialEq for DisableMode
Auto Trait Implementations§
impl Freeze for DisableMode
impl RefUnwindSafe for DisableMode
impl Send for DisableMode
impl Sync for DisableMode
impl Unpin for DisableMode
impl UnwindSafe for DisableMode
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