#[repr(C)]pub struct moq_section {
pub name: *const c_char,
pub name_len: usize,
pub json: *const c_char,
pub json_len: usize,
}Expand description
An untyped application section in the catalog: a top-level key beyond video/audio.
Fields§
§name: *const c_charThe section name, NOT NULL terminated.
name_len: usize§json: *const c_charThe section value as a UTF-8 JSON document, NOT NULL terminated.
json_len: usizeAuto Trait Implementations§
impl !Send for moq_section
impl !Sync for moq_section
impl Freeze for moq_section
impl RefUnwindSafe for moq_section
impl Unpin for moq_section
impl UnsafeUnpin for moq_section
impl UnwindSafe for moq_section
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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