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