Struct MethodFlags
pub struct MethodFlags { /* private fields */ }
Implementations§
§impl MethodFlags
impl MethodFlags
pub const NORMAL: MethodFlags
pub const NORMAL: MethodFlags
Godot enumerator name: METHOD_FLAG_NORMAL
pub const EDITOR: MethodFlags
pub const EDITOR: MethodFlags
Godot enumerator name: METHOD_FLAG_EDITOR
pub const CONST: MethodFlags
pub const CONST: MethodFlags
Godot enumerator name: METHOD_FLAG_CONST
pub const VIRTUAL: MethodFlags
pub const VIRTUAL: MethodFlags
Godot enumerator name: METHOD_FLAG_VIRTUAL
pub const VARARG: MethodFlags
pub const VARARG: MethodFlags
Godot enumerator name: METHOD_FLAG_VARARG
pub const STATIC: MethodFlags
pub const STATIC: MethodFlags
Godot enumerator name: METHOD_FLAG_STATIC
pub const OBJECT_CORE: MethodFlags
pub const OBJECT_CORE: MethodFlags
Godot enumerator name: METHOD_FLAG_OBJECT_CORE
pub const DEFAULT: MethodFlags
pub const DEFAULT: MethodFlags
Godot enumerator name: METHOD_FLAGS_DEFAULT
Trait Implementations§
§impl BitOr for MethodFlags
impl BitOr for MethodFlags
§type Output = MethodFlags
type Output = MethodFlags
The resulting type after applying the
|
operator.§fn bitor(self, rhs: MethodFlags) -> <MethodFlags as BitOr>::Output
fn bitor(self, rhs: MethodFlags) -> <MethodFlags as BitOr>::Output
Performs the
|
operation. Read more§impl Clone for MethodFlags
impl Clone for MethodFlags
§fn clone(&self) -> MethodFlags
fn clone(&self) -> MethodFlags
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 MethodFlags
impl Debug for MethodFlags
§impl Default for MethodFlags
impl Default for MethodFlags
§fn default() -> MethodFlags
fn default() -> MethodFlags
Returns the “default value” for a type. Read more
§impl EngineBitfield for MethodFlags
impl EngineBitfield for MethodFlags
§impl FromGodot for MethodFlags
impl FromGodot for MethodFlags
§fn try_from_godot(
via: <MethodFlags as GodotConvert>::Via,
) -> Result<MethodFlags, ConvertError>
fn try_from_godot( via: <MethodFlags as GodotConvert>::Via, ) -> Result<MethodFlags, 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 MethodFlags
impl GodotConvert for MethodFlags
§impl Hash for MethodFlags
impl Hash for MethodFlags
§impl PartialEq for MethodFlags
impl PartialEq for MethodFlags
§impl ToGodot for MethodFlags
impl ToGodot for MethodFlags
impl Copy for MethodFlags
impl Eq for MethodFlags
impl StructuralPartialEq for MethodFlags
Auto Trait Implementations§
impl Freeze for MethodFlags
impl RefUnwindSafe for MethodFlags
impl Send for MethodFlags
impl Sync for MethodFlags
impl Unpin for MethodFlags
impl UnwindSafe for MethodFlags
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