Struct goxlr_daemon::settings::DeviceSettings
source · [−]Fields
profile: String
mic_profile: String
bleep_volume: i8
Trait Implementations
sourceimpl Debug for DeviceSettings
impl Debug for DeviceSettings
sourceimpl Default for DeviceSettings
impl Default for DeviceSettings
sourceimpl<'de> Deserialize<'de> for DeviceSettings where
DeviceSettings: Default,
impl<'de> Deserialize<'de> for DeviceSettings where
DeviceSettings: Default,
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for DeviceSettings
impl Serialize for DeviceSettings
Auto Trait Implementations
impl RefUnwindSafe for DeviceSettings
impl Send for DeviceSettings
impl Sync for DeviceSettings
impl Unpin for DeviceSettings
impl UnwindSafe for DeviceSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more