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