pub struct Microphone {
pub target: StructuralTarget,
pub publish_rate_hz: f64,
}Fields§
§target: StructuralTarget§publish_rate_hz: f64Trait Implementations§
Source§impl Clone for Microphone
impl Clone for Microphone
Source§fn clone(&self) -> Microphone
fn clone(&self) -> Microphone
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 moreSource§impl Debug for Microphone
impl Debug for Microphone
Source§impl<'de> Deserialize<'de> for Microphone
impl<'de> Deserialize<'de> for Microphone
Source§fn 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
Source§impl PartialEq for Microphone
impl PartialEq for Microphone
Source§impl Serialize for Microphone
impl Serialize for Microphone
impl StructuralPartialEq for Microphone
Auto Trait Implementations§
impl Freeze for Microphone
impl RefUnwindSafe for Microphone
impl Send for Microphone
impl Sync for Microphone
impl Unpin for Microphone
impl UnsafeUnpin for Microphone
impl UnwindSafe for Microphone
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