pub struct FluidBoxConnectionRecord {
pub other_entity: LuaEntity,
pub other_linked_connection_id: u32,
pub this_linked_connection_id: u32,
}Fields§
§other_entity: LuaEntity§other_linked_connection_id: u32§this_linked_connection_id: u32Trait Implementations§
Source§impl Clone for FluidBoxConnectionRecord
impl Clone for FluidBoxConnectionRecord
Source§fn clone(&self) -> FluidBoxConnectionRecord
fn clone(&self) -> FluidBoxConnectionRecord
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 FluidBoxConnectionRecord
Source§impl Debug for FluidBoxConnectionRecord
impl Debug for FluidBoxConnectionRecord
Source§impl Default for FluidBoxConnectionRecord
impl Default for FluidBoxConnectionRecord
Source§fn default() -> FluidBoxConnectionRecord
fn default() -> FluidBoxConnectionRecord
Returns the “default value” for a type. Read more
Source§impl PartialEq for FluidBoxConnectionRecord
impl PartialEq for FluidBoxConnectionRecord
impl StructuralPartialEq for FluidBoxConnectionRecord
Auto Trait Implementations§
impl Freeze for FluidBoxConnectionRecord
impl RefUnwindSafe for FluidBoxConnectionRecord
impl Send for FluidBoxConnectionRecord
impl Sync for FluidBoxConnectionRecord
impl Unpin for FluidBoxConnectionRecord
impl UnsafeUnpin for FluidBoxConnectionRecord
impl UnwindSafe for FluidBoxConnectionRecord
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