pub struct ProgrammableSpeakerBlueprintControlBehavior {
pub circuit_condition: CircuitCondition,
pub circuit_parameters: ProgrammableSpeakerCircuitParameters,
}Fields§
§circuit_condition: CircuitCondition§circuit_parameters: ProgrammableSpeakerCircuitParametersTrait Implementations§
Source§impl Clone for ProgrammableSpeakerBlueprintControlBehavior
impl Clone for ProgrammableSpeakerBlueprintControlBehavior
Source§fn clone(&self) -> ProgrammableSpeakerBlueprintControlBehavior
fn clone(&self) -> ProgrammableSpeakerBlueprintControlBehavior
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 ProgrammableSpeakerBlueprintControlBehavior
Source§impl Default for ProgrammableSpeakerBlueprintControlBehavior
impl Default for ProgrammableSpeakerBlueprintControlBehavior
Source§fn default() -> ProgrammableSpeakerBlueprintControlBehavior
fn default() -> ProgrammableSpeakerBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ProgrammableSpeakerBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for ProgrammableSpeakerBlueprintControlBehavior
impl RefUnwindSafe for ProgrammableSpeakerBlueprintControlBehavior
impl Send for ProgrammableSpeakerBlueprintControlBehavior
impl Sync for ProgrammableSpeakerBlueprintControlBehavior
impl Unpin for ProgrammableSpeakerBlueprintControlBehavior
impl UnsafeUnpin for ProgrammableSpeakerBlueprintControlBehavior
impl UnwindSafe for ProgrammableSpeakerBlueprintControlBehavior
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