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