pub struct AudioStream {
pub audio_stream_name: Option<String>,
pub audio_stream_id: Option<u8>,
}Fields§
§audio_stream_name: Option<String>§audio_stream_id: Option<u8>Trait Implementations§
Source§impl Debug for AudioStream
impl Debug for AudioStream
Auto Trait Implementations§
impl Freeze for AudioStream
impl RefUnwindSafe for AudioStream
impl Send for AudioStream
impl Sync for AudioStream
impl Unpin for AudioStream
impl UnwindSafe for AudioStream
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