pub struct EmrVolume(/* private fields */);Expand description
EMR (Emergency) volume level (0-9).
When EMR mode is activated by the remote station, the radio increases volume to the configured EMR level. 0 disables EMR volume override.
Implementations§
Trait Implementations§
impl Copy for EmrVolume
impl Eq for EmrVolume
impl StructuralPartialEq for EmrVolume
Auto Trait Implementations§
impl Freeze for EmrVolume
impl RefUnwindSafe for EmrVolume
impl Send for EmrVolume
impl Sync for EmrVolume
impl Unpin for EmrVolume
impl UnwindSafe for EmrVolume
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