pub struct DragTarget {
pub target_entity: LuaEntity,
pub wire_connector_id: &'static str,
}Fields§
§target_entity: LuaEntity§wire_connector_id: &'static strTrait Implementations§
Source§impl Clone for DragTarget
impl Clone for DragTarget
Source§fn clone(&self) -> DragTarget
fn clone(&self) -> DragTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DragTarget
Source§impl Debug for DragTarget
impl Debug for DragTarget
Source§impl Default for DragTarget
impl Default for DragTarget
Source§fn default() -> DragTarget
fn default() -> DragTarget
Returns the “default value” for a type. Read more
Source§impl PartialEq for DragTarget
impl PartialEq for DragTarget
impl StructuralPartialEq for DragTarget
Auto Trait Implementations§
impl Freeze for DragTarget
impl RefUnwindSafe for DragTarget
impl Send for DragTarget
impl Sync for DragTarget
impl Unpin for DragTarget
impl UnsafeUnpin for DragTarget
impl UnwindSafe for DragTarget
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