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