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