#[repr(C)]pub struct moq_announced {
pub path: *const c_char,
pub path_len: usize,
pub active: bool,
}Expand description
Information about a broadcast announced by an origin.
Fields§
§path: *const c_charThe path of the broadcast, NOT NULL terminated
path_len: usize§active: boolWhether the broadcast is active or has ended This MUST toggle between true and false over the lifetime of the broadcast
Auto Trait Implementations§
impl Freeze for moq_announced
impl RefUnwindSafe for moq_announced
impl !Send for moq_announced
impl !Sync for moq_announced
impl Unpin for moq_announced
impl UnwindSafe for moq_announced
Blanket Implementations§
§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
Mutably borrows from an owned value. Read more