Struct LogicOperation
pub struct LogicOperation { /* private fields */ }
Implementations§
§impl LogicOperation
impl LogicOperation
pub const CLEAR: LogicOperation
pub const CLEAR: LogicOperation
Godot enumerator name: LOGIC_OP_CLEAR
pub const AND: LogicOperation
pub const AND: LogicOperation
Godot enumerator name: LOGIC_OP_AND
pub const AND_REVERSE: LogicOperation
pub const AND_REVERSE: LogicOperation
Godot enumerator name: LOGIC_OP_AND_REVERSE
pub const COPY: LogicOperation
pub const COPY: LogicOperation
Godot enumerator name: LOGIC_OP_COPY
pub const AND_INVERTED: LogicOperation
pub const AND_INVERTED: LogicOperation
Godot enumerator name: LOGIC_OP_AND_INVERTED
pub const NO_OP: LogicOperation
pub const NO_OP: LogicOperation
Godot enumerator name: LOGIC_OP_NO_OP
pub const XOR: LogicOperation
pub const XOR: LogicOperation
Godot enumerator name: LOGIC_OP_XOR
pub const OR: LogicOperation
pub const OR: LogicOperation
Godot enumerator name: LOGIC_OP_OR
pub const NOR: LogicOperation
pub const NOR: LogicOperation
Godot enumerator name: LOGIC_OP_NOR
pub const EQUIVALENT: LogicOperation
pub const EQUIVALENT: LogicOperation
Godot enumerator name: LOGIC_OP_EQUIVALENT
pub const INVERT: LogicOperation
pub const INVERT: LogicOperation
Godot enumerator name: LOGIC_OP_INVERT
pub const OR_REVERSE: LogicOperation
pub const OR_REVERSE: LogicOperation
Godot enumerator name: LOGIC_OP_OR_REVERSE
pub const COPY_INVERTED: LogicOperation
pub const COPY_INVERTED: LogicOperation
Godot enumerator name: LOGIC_OP_COPY_INVERTED
pub const OR_INVERTED: LogicOperation
pub const OR_INVERTED: LogicOperation
Godot enumerator name: LOGIC_OP_OR_INVERTED
pub const NAND: LogicOperation
pub const NAND: LogicOperation
Godot enumerator name: LOGIC_OP_NAND
pub const SET: LogicOperation
pub const SET: LogicOperation
Godot enumerator name: LOGIC_OP_SET
pub const MAX: LogicOperation
pub const MAX: LogicOperation
Godot enumerator name: LOGIC_OP_MAX
Trait Implementations§
§impl Clone for LogicOperation
impl Clone for LogicOperation
§fn clone(&self) -> LogicOperation
fn clone(&self) -> LogicOperation
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 LogicOperation
impl Debug for LogicOperation
§impl EngineEnum for LogicOperation
impl EngineEnum for LogicOperation
§impl FromGodot for LogicOperation
impl FromGodot for LogicOperation
§fn try_from_godot(
via: <LogicOperation as GodotConvert>::Via,
) -> Result<LogicOperation, ConvertError>
fn try_from_godot( via: <LogicOperation as GodotConvert>::Via, ) -> Result<LogicOperation, 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 LogicOperation
impl GodotConvert for LogicOperation
§impl Hash for LogicOperation
impl Hash for LogicOperation
§impl IndexEnum for LogicOperation
impl IndexEnum for LogicOperation
§impl PartialEq for LogicOperation
impl PartialEq for LogicOperation
§impl ToGodot for LogicOperation
impl ToGodot for LogicOperation
impl Copy for LogicOperation
impl Eq for LogicOperation
impl StructuralPartialEq for LogicOperation
Auto Trait Implementations§
impl Freeze for LogicOperation
impl RefUnwindSafe for LogicOperation
impl Send for LogicOperation
impl Sync for LogicOperation
impl Unpin for LogicOperation
impl UnwindSafe for LogicOperation
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