pub struct EndpointConfiguration {
pub volume: Option<f32>,
}Expand description
Describes the configuration of a media endpoint.
Fields§
§volume: Option<f32>The desired volume level, from 0.0 to 1.0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointConfiguration
impl RefUnwindSafe for EndpointConfiguration
impl Send for EndpointConfiguration
impl Sync for EndpointConfiguration
impl Unpin for EndpointConfiguration
impl UnwindSafe for EndpointConfiguration
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