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