#[repr(C)]pub struct AVRTSPCommandRequest {
pub headers: *mut AVDictionary,
pub body_len: usize,
pub body: *mut c_char,
}Fields§
§headers: *mut AVDictionaryHeaders sent in the request to the server
body_len: usizeBody payload size
body: *mut c_charBody payload
trait 实现§
源代码§impl Clone for AVRTSPCommandRequest
impl Clone for AVRTSPCommandRequest
源代码§fn clone(&self) -> AVRTSPCommandRequest
fn clone(&self) -> AVRTSPCommandRequest
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVRTSPCommandRequest
impl Debug for AVRTSPCommandRequest
源代码§impl PartialEq for AVRTSPCommandRequest
impl PartialEq for AVRTSPCommandRequest
impl Copy for AVRTSPCommandRequest
impl Eq for AVRTSPCommandRequest
impl StructuralPartialEq for AVRTSPCommandRequest
自动 trait 实现§
impl Freeze for AVRTSPCommandRequest
impl RefUnwindSafe for AVRTSPCommandRequest
impl !Send for AVRTSPCommandRequest
impl !Sync for AVRTSPCommandRequest
impl Unpin for AVRTSPCommandRequest
impl UnsafeUnpin for AVRTSPCommandRequest
impl UnwindSafe for AVRTSPCommandRequest
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多